Interface CreateNetworkSiteRequest.Builder

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

public static interface CreateNetworkSiteRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkSiteRequest.Builder,CreateNetworkSiteRequest>
  • Method Details

    • availabilityZone

      CreateNetworkSiteRequest.Builder availabilityZone(String availabilityZone)

      The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

      Parameters:
      availabilityZone - The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneId

      CreateNetworkSiteRequest.Builder availabilityZoneId(String availabilityZoneId)

      The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

      Parameters:
      availabilityZoneId - The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateNetworkSiteRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

      Parameters:
      clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateNetworkSiteRequest.Builder description(String description)

      The description of the site.

      Parameters:
      description - The description of the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkArn

      CreateNetworkSiteRequest.Builder networkArn(String networkArn)

      The Amazon Resource Name (ARN) of the network.

      Parameters:
      networkArn - The Amazon Resource Name (ARN) of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkSiteName

      CreateNetworkSiteRequest.Builder networkSiteName(String networkSiteName)

      The name of the site. You can't change the name after you create the site.

      Parameters:
      networkSiteName - The name of the site. You can't change the name after you create the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingPlan

      CreateNetworkSiteRequest.Builder pendingPlan(SitePlan pendingPlan)

      Information about the pending plan for this site.

      Parameters:
      pendingPlan - Information about the pending plan for this site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingPlan

      default CreateNetworkSiteRequest.Builder pendingPlan(Consumer<SitePlan.Builder> pendingPlan)

      Information about the pending plan for this site.

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

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

      Parameters:
      pendingPlan - a consumer that will call methods on SitePlan.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags to apply to the network site.

      Parameters:
      tags - The tags to apply to the network site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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