Interface DeleteServiceRequest.Builder

  • Method Details

    • applicationIdentifier

      DeleteServiceRequest.Builder applicationIdentifier(String applicationIdentifier)

      Deletes a Refactor Spaces service.

      The RefactorSpacesSecurityGroup security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.

      Parameters:
      applicationIdentifier - Deletes a Refactor Spaces service.

      The RefactorSpacesSecurityGroup security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentIdentifier

      DeleteServiceRequest.Builder environmentIdentifier(String environmentIdentifier)

      The ID of the environment that the service is in.

      Parameters:
      environmentIdentifier - The ID of the environment that the service is in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceIdentifier

      DeleteServiceRequest.Builder serviceIdentifier(String serviceIdentifier)

      The ID of the service to delete.

      Parameters:
      serviceIdentifier - The ID of the service to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.