Interface ActivateNetworkSiteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ActivateNetworkSiteRequest.Builder,ActivateNetworkSiteRequest>,PrivateNetworksRequest.Builder,SdkBuilder<ActivateNetworkSiteRequest.Builder,ActivateNetworkSiteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ActivateNetworkSiteRequest
public static interface ActivateNetworkSiteRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ActivateNetworkSiteRequest.Builder,ActivateNetworkSiteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ActivateNetworkSiteRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default ActivateNetworkSiteRequest.BuildercommitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)Determines the duration and renewal status of the commitment period for all pending radio units.ActivateNetworkSiteRequest.BuildercommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)Determines the duration and renewal status of the commitment period for all pending radio units.ActivateNetworkSiteRequest.BuildernetworkSiteArn(String networkSiteArn)The Amazon Resource Name (ARN) of the network site.ActivateNetworkSiteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ActivateNetworkSiteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ActivateNetworkSiteRequest.BuildershippingAddress(Consumer<Address.Builder> shippingAddress)The shipping address of the network site.ActivateNetworkSiteRequest.BuildershippingAddress(Address shippingAddress)The shipping address of the network site.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.privatenetworks.model.PrivateNetworksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
ActivateNetworkSiteRequest.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.
-
commitmentConfiguration
ActivateNetworkSiteRequest.Builder commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
If you include
commitmentConfigurationin theActivateNetworkSiteRequestaction, you must specify the following:-
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
-
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include
commitmentConfigurationin theActivateNetworkSiteRequestaction, the commitment period is set to 60-days.- Parameters:
commitmentConfiguration- Determines the duration and renewal status of the commitment period for all pending radio units.If you include
commitmentConfigurationin theActivateNetworkSiteRequestaction, you must specify the following:-
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
-
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include
commitmentConfigurationin theActivateNetworkSiteRequestaction, the commitment period is set to 60-days.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
commitmentConfiguration
default ActivateNetworkSiteRequest.Builder commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
If you include
commitmentConfigurationin theActivateNetworkSiteRequestaction, you must specify the following:-
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
-
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include
This is a convenience method that creates an instance of thecommitmentConfigurationin theActivateNetworkSiteRequestaction, the commitment period is set to 60-days.CommitmentConfiguration.Builderavoiding the need to create one manually viaCommitmentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocommitmentConfiguration(CommitmentConfiguration).- Parameters:
commitmentConfiguration- a consumer that will call methods onCommitmentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
commitmentConfiguration(CommitmentConfiguration)
-
-
networkSiteArn
ActivateNetworkSiteRequest.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
- Parameters:
networkSiteArn- The Amazon Resource Name (ARN) of the network site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shippingAddress
ActivateNetworkSiteRequest.Builder shippingAddress(Address shippingAddress)
The shipping address of the network site.
- Parameters:
shippingAddress- The shipping address of the network site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shippingAddress
default ActivateNetworkSiteRequest.Builder shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address of the network site.
This is a convenience method that creates an instance of theAddress.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toshippingAddress(Address).- Parameters:
shippingAddress- a consumer that will call methods onAddress.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
shippingAddress(Address)
-
overrideConfiguration
ActivateNetworkSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ActivateNetworkSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-