Interface AssociateAwsAccountWithPartnerAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateAwsAccountWithPartnerAccountRequest.Builder,AssociateAwsAccountWithPartnerAccountRequest>,IotWirelessRequest.Builder,SdkBuilder<AssociateAwsAccountWithPartnerAccountRequest.Builder,AssociateAwsAccountWithPartnerAccountRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateAwsAccountWithPartnerAccountRequest
public static interface AssociateAwsAccountWithPartnerAccountRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<AssociateAwsAccountWithPartnerAccountRequest.Builder,AssociateAwsAccountWithPartnerAccountRequest>
-
-
Method Summary
-
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.iotwireless.model.IotWirelessRequest.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
-
sidewalk
AssociateAwsAccountWithPartnerAccountRequest.Builder sidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
- Parameters:
sidewalk- The Sidewalk account credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
default AssociateAwsAccountWithPartnerAccountRequest.Builder sidewalk(Consumer<SidewalkAccountInfo.Builder> sidewalk)
The Sidewalk account credentials.
This is a convenience method that creates an instance of theSidewalkAccountInfo.Builderavoiding the need to create one manually viaSidewalkAccountInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkAccountInfo).- Parameters:
sidewalk- a consumer that will call methods onSidewalkAccountInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkAccountInfo)
-
clientRequestToken
AssociateAwsAccountWithPartnerAccountRequest.Builder clientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
- Parameters:
clientRequestToken- Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
- Parameters:
tags- The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Tag... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
- Parameters:
tags- The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateAwsAccountWithPartnerAccountRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
AssociateAwsAccountWithPartnerAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateAwsAccountWithPartnerAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-