Interface MetadataConfigurationResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataConfigurationResult.Builder,,MetadataConfigurationResult> SdkBuilder<MetadataConfigurationResult.Builder,,MetadataConfigurationResult> SdkPojo
- Enclosing class:
MetadataConfigurationResult
-
Method Summary
Modifier and TypeMethodDescriptionannotationTableConfigurationResult(Consumer<AnnotationTableConfigurationResult.Builder> annotationTableConfigurationResult) The annotation table configuration result, if an annotation table is configured.annotationTableConfigurationResult(AnnotationTableConfigurationResult annotationTableConfigurationResult) The annotation table configuration result, if an annotation table is configured.destinationResult(Consumer<DestinationResult.Builder> destinationResult) The destination settings for a metadata configuration.destinationResult(DestinationResult destinationResult) The destination settings for a metadata configuration.inventoryTableConfigurationResult(Consumer<InventoryTableConfigurationResult.Builder> inventoryTableConfigurationResult) The inventory table configuration for a metadata configuration.inventoryTableConfigurationResult(InventoryTableConfigurationResult inventoryTableConfigurationResult) The inventory table configuration for a metadata configuration.journalTableConfigurationResult(Consumer<JournalTableConfigurationResult.Builder> journalTableConfigurationResult) The journal table configuration for a metadata configuration.journalTableConfigurationResult(JournalTableConfigurationResult journalTableConfigurationResult) The journal table configuration for a metadata configuration.Methods 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
-
destinationResult
The destination settings for a metadata configuration.
- Parameters:
destinationResult- The destination settings for a metadata configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationResult
default MetadataConfigurationResult.Builder destinationResult(Consumer<DestinationResult.Builder> destinationResult) The destination settings for a metadata configuration.
This is a convenience method that creates an instance of theDestinationResult.Builderavoiding the need to create one manually viaDestinationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationResult(DestinationResult).- Parameters:
destinationResult- a consumer that will call methods onDestinationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
journalTableConfigurationResult
MetadataConfigurationResult.Builder journalTableConfigurationResult(JournalTableConfigurationResult journalTableConfigurationResult) The journal table configuration for a metadata configuration.
- Parameters:
journalTableConfigurationResult- The journal table configuration for a metadata configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journalTableConfigurationResult
default MetadataConfigurationResult.Builder journalTableConfigurationResult(Consumer<JournalTableConfigurationResult.Builder> journalTableConfigurationResult) The journal table configuration for a metadata configuration.
This is a convenience method that creates an instance of theJournalTableConfigurationResult.Builderavoiding the need to create one manually viaJournalTableConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojournalTableConfigurationResult(JournalTableConfigurationResult).- Parameters:
journalTableConfigurationResult- a consumer that will call methods onJournalTableConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inventoryTableConfigurationResult
MetadataConfigurationResult.Builder inventoryTableConfigurationResult(InventoryTableConfigurationResult inventoryTableConfigurationResult) The inventory table configuration for a metadata configuration.
- Parameters:
inventoryTableConfigurationResult- The inventory table configuration for a metadata configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inventoryTableConfigurationResult
default MetadataConfigurationResult.Builder inventoryTableConfigurationResult(Consumer<InventoryTableConfigurationResult.Builder> inventoryTableConfigurationResult) The inventory table configuration for a metadata configuration.
This is a convenience method that creates an instance of theInventoryTableConfigurationResult.Builderavoiding the need to create one manually viaInventoryTableConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinventoryTableConfigurationResult(InventoryTableConfigurationResult).- Parameters:
inventoryTableConfigurationResult- a consumer that will call methods onInventoryTableConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
annotationTableConfigurationResult
MetadataConfigurationResult.Builder annotationTableConfigurationResult(AnnotationTableConfigurationResult annotationTableConfigurationResult) The annotation table configuration result, if an annotation table is configured.
- Parameters:
annotationTableConfigurationResult- The annotation table configuration result, if an annotation table is configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationTableConfigurationResult
default MetadataConfigurationResult.Builder annotationTableConfigurationResult(Consumer<AnnotationTableConfigurationResult.Builder> annotationTableConfigurationResult) The annotation table configuration result, if an annotation table is configured.
This is a convenience method that creates an instance of theAnnotationTableConfigurationResult.Builderavoiding the need to create one manually viaAnnotationTableConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toannotationTableConfigurationResult(AnnotationTableConfigurationResult).- Parameters:
annotationTableConfigurationResult- a consumer that will call methods onAnnotationTableConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-