Interface DeleteApplicationStatusCheckRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteApplicationStatusCheckRequest.Builder,DeleteApplicationStatusCheckRequest>, Ec2Request.Builder, SdkBuilder<DeleteApplicationStatusCheckRequest.Builder,DeleteApplicationStatusCheckRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteApplicationStatusCheckRequest

  • Method Details

    • applicationStatusCheckId

      DeleteApplicationStatusCheckRequest.Builder applicationStatusCheckId(String applicationStatusCheckId)

      The ID of the application status check to delete.

      Parameters:
      applicationStatusCheckId - The ID of the application status check to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier that you provide to ensure that the operation completes no more than one time. If you retry a request with the same token, the service ignores the request but does not return an error. For more information, see Ensuring idempotency.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure that the operation completes no more than one time. If you retry a request with the same token, the service ignores the request but does not return an error. For more information, see Ensuring idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder