Interface GetLogDeliveryConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<GetLogDeliveryConfigurationRequest.Builder,,GetLogDeliveryConfigurationRequest> SdkBuilder<GetLogDeliveryConfigurationRequest.Builder,,GetLogDeliveryConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLogDeliveryConfigurationRequest
@Mutable
@NotThreadSafe
public static interface GetLogDeliveryConfigurationRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<GetLogDeliveryConfigurationRequest.Builder,GetLogDeliveryConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLogDeliveryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-