Interface GetBucketMetadataConfigurationResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GetBucketMetadataConfigurationResult.Builder,,- GetBucketMetadataConfigurationResult> - SdkBuilder<GetBucketMetadataConfigurationResult.Builder,,- GetBucketMetadataConfigurationResult> - SdkPojo
- Enclosing class:
- GetBucketMetadataConfigurationResult
@Mutable
@NotThreadSafe
public static interface GetBucketMetadataConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<GetBucketMetadataConfigurationResult.Builder,GetBucketMetadataConfigurationResult> 
- 
Method SummaryModifier and TypeMethodDescriptionmetadataConfigurationResult(Consumer<MetadataConfigurationResult.Builder> metadataConfigurationResult) The metadata configuration for a general purpose bucket.metadataConfigurationResult(MetadataConfigurationResult metadataConfigurationResult) The metadata configuration for a general purpose bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
metadataConfigurationResultGetBucketMetadataConfigurationResult.Builder metadataConfigurationResult(MetadataConfigurationResult metadataConfigurationResult) The metadata configuration for a general purpose bucket. - Parameters:
- metadataConfigurationResult- The metadata configuration for a general purpose bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataConfigurationResultdefault GetBucketMetadataConfigurationResult.Builder metadataConfigurationResult(Consumer<MetadataConfigurationResult.Builder> metadataConfigurationResult) The metadata configuration for a general purpose bucket. This is a convenience method that creates an instance of theMetadataConfigurationResult.Builderavoiding the need to create one manually viaMetadataConfigurationResult.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataConfigurationResult(MetadataConfigurationResult).- Parameters:
- metadataConfigurationResult- a consumer that will call methods on- MetadataConfigurationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-