Interface DeleteTenantResourceAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTenantResourceAssociationRequest.Builder,DeleteTenantResourceAssociationRequest>,SdkBuilder<DeleteTenantResourceAssociationRequest.Builder,DeleteTenantResourceAssociationRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- DeleteTenantResourceAssociationRequest
@Mutable @NotThreadSafe public static interface DeleteTenantResourceAssociationRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<DeleteTenantResourceAssociationRequest.Builder,DeleteTenantResourceAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTenantResourceAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTenantResourceAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTenantResourceAssociationRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource to remove from the tenant association.DeleteTenantResourceAssociationRequest.BuildertenantName(String tenantName)The name of the tenant to remove the resource association from.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
tenantName
DeleteTenantResourceAssociationRequest.Builder tenantName(String tenantName)
The name of the tenant to remove the resource association from.
- Parameters:
tenantName- The name of the tenant to remove the resource association from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
DeleteTenantResourceAssociationRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to remove from the tenant association.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource to remove from the tenant association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTenantResourceAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTenantResourceAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-