Interface DeleteApplicationVpcConfigurationRequest.Builder

  • Method Details

    • applicationName

      DeleteApplicationVpcConfigurationRequest.Builder applicationName(String applicationName)

      The name of an existing application.

      Parameters:
      applicationName - The name of an existing application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentApplicationVersionId

      DeleteApplicationVpcConfigurationRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)

      The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

      Parameters:
      currentApplicationVersionId - The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfigurationId

      DeleteApplicationVpcConfigurationRequest.Builder vpcConfigurationId(String vpcConfigurationId)

      The ID of the VPC configuration to delete.

      Parameters:
      vpcConfigurationId - The ID of the VPC configuration to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionalToken

      DeleteApplicationVpcConfigurationRequest.Builder conditionalToken(String conditionalToken)

      A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

      Parameters:
      conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.