Interface GetPartnerAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPartnerAccountRequest.Builder,GetPartnerAccountRequest>,IotWirelessRequest.Builder,SdkBuilder<GetPartnerAccountRequest.Builder,GetPartnerAccountRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPartnerAccountRequest
public static interface GetPartnerAccountRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetPartnerAccountRequest.Builder,GetPartnerAccountRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPartnerAccountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPartnerAccountRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPartnerAccountRequest.BuilderpartnerAccountId(String partnerAccountId)The partner account ID to disassociate from the AWS account.GetPartnerAccountRequest.BuilderpartnerType(String partnerType)The partner type.GetPartnerAccountRequest.BuilderpartnerType(PartnerType partnerType)The partner type.-
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
-
partnerAccountId
GetPartnerAccountRequest.Builder partnerAccountId(String partnerAccountId)
The partner account ID to disassociate from the AWS account.
- Parameters:
partnerAccountId- The partner account ID to disassociate from the AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerType
GetPartnerAccountRequest.Builder partnerType(String partnerType)
The partner type.
- Parameters:
partnerType- The partner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartnerType,PartnerType
-
partnerType
GetPartnerAccountRequest.Builder partnerType(PartnerType partnerType)
The partner type.
- Parameters:
partnerType- The partner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartnerType,PartnerType
-
overrideConfiguration
GetPartnerAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPartnerAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-