Interface DeleteTermsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DeleteTermsRequest.Builder,DeleteTermsRequest>,SdkBuilder<DeleteTermsRequest.Builder,DeleteTermsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTermsRequest
@Mutable @NotThreadSafe public static interface DeleteTermsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DeleteTermsRequest.Builder,DeleteTermsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTermsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTermsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTermsRequest.BuildertermsId(String termsId)The ID of the terms documents that you want to delete.DeleteTermsRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool that contains the terms documents that you want to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
termsId
DeleteTermsRequest.Builder termsId(String termsId)
The ID of the terms documents that you want to delete.
- Parameters:
termsId- The ID of the terms documents that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolId
DeleteTermsRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that contains the terms documents that you want to delete.
- Parameters:
userPoolId- The ID of the user pool that contains the terms documents that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTermsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTermsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-