public static interface ActivateNetworkSiteRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ActivateNetworkSiteRequest.Builder,ActivateNetworkSiteRequest>
| Modifier and Type | Method and Description |
|---|---|
ActivateNetworkSiteRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ActivateNetworkSiteRequest.Builder |
commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
|
default ActivateNetworkSiteRequest.Builder |
commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
|
ActivateNetworkSiteRequest.Builder |
networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
ActivateNetworkSiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ActivateNetworkSiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ActivateNetworkSiteRequest.Builder |
shippingAddress(Address shippingAddress)
The shipping address of the network site.
|
default ActivateNetworkSiteRequest.Builder |
shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address of the network site.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildActivateNetworkSiteRequest.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.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.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 the ActivateNetworkSiteRequest 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 the ActivateNetworkSiteRequest
action, the commitment period is set to 60-days.
commitmentConfiguration - Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest
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 the
ActivateNetworkSiteRequest action, the commitment period is set to 60-days.
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 the ActivateNetworkSiteRequest 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 the ActivateNetworkSiteRequest
action, the commitment period is set to 60-days.
CommitmentConfiguration.Builder avoiding
the need to create one manually via CommitmentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to commitmentConfiguration(CommitmentConfiguration).
commitmentConfiguration - a consumer that will call methods on CommitmentConfiguration.BuildercommitmentConfiguration(CommitmentConfiguration)ActivateNetworkSiteRequest.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.ActivateNetworkSiteRequest.Builder shippingAddress(Address shippingAddress)
The shipping address of the network site.
shippingAddress - The shipping address of the network site.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 via Address.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to shippingAddress(Address).
shippingAddress - a consumer that will call methods on Address.BuildershippingAddress(Address)ActivateNetworkSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderActivateNetworkSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.