Interface DeleteVpcAssociationAuthorizationRequest.Builder

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

public static interface DeleteVpcAssociationAuthorizationRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<DeleteVpcAssociationAuthorizationRequest.Builder,DeleteVpcAssociationAuthorizationRequest>
  • Method Details

    • hostedZoneId

      When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

      Parameters:
      hostedZoneId - When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

      Parameters:
      vpc - When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

      This is a convenience method that creates an instance of the VPC.Builder avoiding the need to create one manually via VPC.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpc(VPC).

      Parameters:
      vpc - a consumer that will call methods on VPC.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.