Interface CreateUsageProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateUsageProfileRequest.Builder,
,CreateUsageProfileRequest> GlueRequest.Builder
,SdkBuilder<CreateUsageProfileRequest.Builder,
,CreateUsageProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateUsageProfileRequest
public static interface CreateUsageProfileRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateUsageProfileRequest.Builder,CreateUsageProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration
(Consumer<ProfileConfiguration.Builder> configuration) AProfileConfiguration
object specifying the job and session values for the profile.configuration
(ProfileConfiguration configuration) AProfileConfiguration
object specifying the job and session values for the profile.description
(String description) A description of the usage profile.The name of the usage profile.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of tags applied to the usage profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the usage profile.
- Parameters:
name
- The name of the usage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the usage profile.
- Parameters:
description
- A description of the usage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
A
ProfileConfiguration
object specifying the job and session values for the profile.- Parameters:
configuration
- AProfileConfiguration
object specifying the job and session values for the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default CreateUsageProfileRequest.Builder configuration(Consumer<ProfileConfiguration.Builder> configuration) A
This is a convenience method that creates an instance of theProfileConfiguration
object specifying the job and session values for the profile.ProfileConfiguration.Builder
avoiding the need to create one manually viaProfileConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguration(ProfileConfiguration)
.- Parameters:
configuration
- a consumer that will call methods onProfileConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A list of tags applied to the usage profile.
- Parameters:
tags
- A list of tags applied to the usage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateUsageProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateUsageProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-