Interface DescribeManagedLoginBrandingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DescribeManagedLoginBrandingRequest.Builder,DescribeManagedLoginBrandingRequest>,SdkBuilder<DescribeManagedLoginBrandingRequest.Builder,DescribeManagedLoginBrandingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeManagedLoginBrandingRequest
public static interface DescribeManagedLoginBrandingRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DescribeManagedLoginBrandingRequest.Builder,DescribeManagedLoginBrandingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeManagedLoginBrandingRequest.BuildermanagedLoginBrandingId(String managedLoginBrandingId)The ID of the managed login branding style that you want to get more information about.DescribeManagedLoginBrandingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeManagedLoginBrandingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeManagedLoginBrandingRequest.BuilderreturnMergedResources(Boolean returnMergedResources)Whentrue, returns values for branding options that are unchanged from Amazon Cognito defaults.DescribeManagedLoginBrandingRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool that contains the managed login branding style that you want to get information about.-
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
-
userPoolId
DescribeManagedLoginBrandingRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that contains the managed login branding style that you want to get information about.
- Parameters:
userPoolId- The ID of the user pool that contains the managed login branding style that you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedLoginBrandingId
DescribeManagedLoginBrandingRequest.Builder managedLoginBrandingId(String managedLoginBrandingId)
The ID of the managed login branding style that you want to get more information about.
- Parameters:
managedLoginBrandingId- The ID of the managed login branding style that you want to get more information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnMergedResources
DescribeManagedLoginBrandingRequest.Builder returnMergedResources(Boolean returnMergedResources)
When
true, returns values for branding options that are unchanged from Amazon Cognito defaults. Whenfalseor when you omit this parameter, returns only values that you customized in your branding style.- Parameters:
returnMergedResources- Whentrue, returns values for branding options that are unchanged from Amazon Cognito defaults. Whenfalseor when you omit this parameter, returns only values that you customized in your branding style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeManagedLoginBrandingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeManagedLoginBrandingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-