Interface GetLogDeliveryConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CognitoIdentityProviderRequest.Builder
,CopyableBuilder<GetLogDeliveryConfigurationRequest.Builder,GetLogDeliveryConfigurationRequest>
,SdkBuilder<GetLogDeliveryConfigurationRequest.Builder,GetLogDeliveryConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetLogDeliveryConfigurationRequest
public static interface GetLogDeliveryConfigurationRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<GetLogDeliveryConfigurationRequest.Builder,GetLogDeliveryConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLogDeliveryConfigurationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetLogDeliveryConfigurationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetLogDeliveryConfigurationRequest.Builder
userPoolId(String userPoolId)
The ID of the user pool that has the logging configuration that you want to view.-
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, sdkFields
-
-
-
-
Method Detail
-
userPoolId
GetLogDeliveryConfigurationRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that has the logging configuration that you want to view.
- Parameters:
userPoolId
- The ID of the user pool that has the logging configuration that you want to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLogDeliveryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetLogDeliveryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-