Interface ActivateNetworkSiteRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ActivateNetworkSiteRequest.Builder,
,ActivateNetworkSiteRequest> PrivateNetworksRequest.Builder
,SdkBuilder<ActivateNetworkSiteRequest.Builder,
,ActivateNetworkSiteRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ActivateNetworkSiteRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.commitmentConfiguration
(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration) Determines the duration and renewal status of the commitment period for all pending radio units.commitmentConfiguration
(CommitmentConfiguration commitmentConfiguration) Determines the duration and renewal status of the commitment period for all pending radio units.networkSiteArn
(String networkSiteArn) The Amazon Resource Name (ARN) of the network site.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.shippingAddress
(Consumer<Address.Builder> shippingAddress) The shipping address of the network site.shippingAddress
(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 Details
-
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
commitmentConfiguration
in theActivateNetworkSiteRequest
action, 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
commitmentConfiguration
in theActivateNetworkSiteRequest
action, 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
commitmentConfiguration
in theActivateNetworkSiteRequest
action, 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
commitmentConfiguration
in theActivateNetworkSiteRequest
action, 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
commitmentConfiguration
in theActivateNetworkSiteRequest
action, 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 thecommitmentConfiguration
in theActivateNetworkSiteRequest
action, the commitment period is set to 60-days.CommitmentConfiguration.Builder
avoiding the need to create one manually viaCommitmentConfiguration.builder()
.When the
Consumer
completes,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:
-
-
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
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.Builder
avoiding the need to create one manually viaAddress.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
ActivateNetworkSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ActivateNetworkSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-