Interface DisassociateAwsAccountFromPartnerAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateAwsAccountFromPartnerAccountRequest.Builder,DisassociateAwsAccountFromPartnerAccountRequest>,IotWirelessRequest.Builder,SdkBuilder<DisassociateAwsAccountFromPartnerAccountRequest.Builder,DisassociateAwsAccountFromPartnerAccountRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateAwsAccountFromPartnerAccountRequest
public static interface DisassociateAwsAccountFromPartnerAccountRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAwsAccountFromPartnerAccountRequest.Builder,DisassociateAwsAccountFromPartnerAccountRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAwsAccountFromPartnerAccountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAwsAccountFromPartnerAccountRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateAwsAccountFromPartnerAccountRequest.BuilderpartnerAccountId(String partnerAccountId)The partner account ID to disassociate from the AWS account.DisassociateAwsAccountFromPartnerAccountRequest.BuilderpartnerType(String partnerType)The partner type.DisassociateAwsAccountFromPartnerAccountRequest.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
DisassociateAwsAccountFromPartnerAccountRequest.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
DisassociateAwsAccountFromPartnerAccountRequest.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
DisassociateAwsAccountFromPartnerAccountRequest.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
DisassociateAwsAccountFromPartnerAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAwsAccountFromPartnerAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-