Interface AssociateAwsAccountWithPartnerAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateAwsAccountWithPartnerAccountResponse.Builder,AssociateAwsAccountWithPartnerAccountResponse>,IotWirelessResponse.Builder,SdkBuilder<AssociateAwsAccountWithPartnerAccountResponse.Builder,AssociateAwsAccountWithPartnerAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateAwsAccountWithPartnerAccountResponse
public static interface AssociateAwsAccountWithPartnerAccountResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<AssociateAwsAccountWithPartnerAccountResponse.Builder,AssociateAwsAccountWithPartnerAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AssociateAwsAccountWithPartnerAccountResponse.Builderarn(String arn)The Amazon Resource Name of the resource.default AssociateAwsAccountWithPartnerAccountResponse.Buildersidewalk(Consumer<SidewalkAccountInfo.Builder> sidewalk)The Sidewalk account credentials.AssociateAwsAccountWithPartnerAccountResponse.Buildersidewalk(SidewalkAccountInfo sidewalk)The Sidewalk account credentials.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
sidewalk
AssociateAwsAccountWithPartnerAccountResponse.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 AssociateAwsAccountWithPartnerAccountResponse.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)
-
arn
AssociateAwsAccountWithPartnerAccountResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
- Parameters:
arn- The Amazon Resource Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-