Interface DeleteApplicationVpcConfigurationRequest.Builder

    • Method Detail

      • 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.