Interface GetBucketMetadataTableConfigurationResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GetBucketMetadataTableConfigurationResult.Builder,,- GetBucketMetadataTableConfigurationResult> - SdkBuilder<GetBucketMetadataTableConfigurationResult.Builder,,- GetBucketMetadataTableConfigurationResult> - SdkPojo
- Enclosing class:
- GetBucketMetadataTableConfigurationResult
- 
Method SummaryModifier and TypeMethodDescriptionerror(Consumer<ErrorDetails.Builder> error) If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.error(ErrorDetails error) If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.metadataTableConfigurationResult(Consumer<MetadataTableConfigurationResult.Builder> metadataTableConfigurationResult) The V1 S3 Metadata configuration for a general purpose bucket.metadataTableConfigurationResult(MetadataTableConfigurationResult metadataTableConfigurationResult) The V1 S3 Metadata configuration for a general purpose bucket.The status of the metadata table.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- 
metadataTableConfigurationResultGetBucketMetadataTableConfigurationResult.Builder metadataTableConfigurationResult(MetadataTableConfigurationResult metadataTableConfigurationResult) The V1 S3 Metadata configuration for a general purpose bucket. - Parameters:
- metadataTableConfigurationResult- The V1 S3 Metadata configuration for a general purpose bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metadataTableConfigurationResultdefault GetBucketMetadataTableConfigurationResult.Builder metadataTableConfigurationResult(Consumer<MetadataTableConfigurationResult.Builder> metadataTableConfigurationResult) The V1 S3 Metadata configuration for a general purpose bucket. This is a convenience method that creates an instance of theMetadataTableConfigurationResult.Builderavoiding the need to create one manually viaMetadataTableConfigurationResult.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataTableConfigurationResult(MetadataTableConfigurationResult).- Parameters:
- metadataTableConfigurationResult- a consumer that will call methods on- MetadataTableConfigurationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the metadata table. The status values are: - 
 CREATING- The metadata table is in the process of being created in the specified table bucket.
- 
 ACTIVE- The metadata table has been created successfully, and records are being delivered to the table.
- 
 FAILED- Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records. SeeErrorDetailsfor details.
 - Parameters:
- status- The status of the metadata table. The status values are:- 
        CREATING- The metadata table is in the process of being created in the specified table bucket.
- 
        ACTIVE- The metadata table has been created successfully, and records are being delivered to the table.
- 
        FAILED- Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records. SeeErrorDetailsfor details.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
errorIf the CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.- Parameters:
- error- If the- CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errordefault GetBucketMetadataTableConfigurationResult.Builder error(Consumer<ErrorDetails.Builder> error) If the This is a convenience method that creates an instance of theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.ErrorDetails.Builderavoiding the need to create one manually viaErrorDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(ErrorDetails).- Parameters:
- error- a consumer that will call methods on- ErrorDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-