Interface CreateNetworkSiteRequest.Builder

    • Method Detail

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

        CreateNetworkSiteRequest.Builder tags​(Map<String,​String> 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.