Interface GetUsageProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetUsageProfileResponse.Builder,
,GetUsageProfileResponse> GlueResponse.Builder
,SdkBuilder<GetUsageProfileResponse.Builder,
,GetUsageProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetUsageProfileResponse
public static interface GetUsageProfileResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetUsageProfileResponse.Builder,GetUsageProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetUsageProfileResponse.Builder
configuration
(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.The date and time when the usage profile was created.description
(String description) A description of the usage profile.lastModifiedOn
(Instant lastModifiedOn) The date and time when the usage profile was last modified.The name of the usage profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 GetUsageProfileResponse.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:
-
createdOn
The date and time when the usage profile was created.
- Parameters:
createdOn
- The date and time when the usage profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedOn
The date and time when the usage profile was last modified.
- Parameters:
lastModifiedOn
- The date and time when the usage profile was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-