Interface DeleteManagedLoginBrandingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DeleteManagedLoginBrandingRequest.Builder,DeleteManagedLoginBrandingRequest>,SdkBuilder<DeleteManagedLoginBrandingRequest.Builder,DeleteManagedLoginBrandingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteManagedLoginBrandingRequest
public static interface DeleteManagedLoginBrandingRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DeleteManagedLoginBrandingRequest.Builder,DeleteManagedLoginBrandingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteManagedLoginBrandingRequest.BuildermanagedLoginBrandingId(String managedLoginBrandingId)The ID of the managed login branding style that you want to delete.DeleteManagedLoginBrandingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteManagedLoginBrandingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteManagedLoginBrandingRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool that contains the managed login branding style 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
-
managedLoginBrandingId
DeleteManagedLoginBrandingRequest.Builder managedLoginBrandingId(String managedLoginBrandingId)
The ID of the managed login branding style that you want to delete.
- Parameters:
managedLoginBrandingId- The ID of the managed login branding style that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolId
DeleteManagedLoginBrandingRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that contains the managed login branding style that you want to delete.
- Parameters:
userPoolId- The ID of the user pool that contains the managed login branding style that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteManagedLoginBrandingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteManagedLoginBrandingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-