Interface MetadataConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataConfigurationResult.Builder,
,MetadataConfigurationResult> SdkBuilder<MetadataConfigurationResult.Builder,
,MetadataConfigurationResult> SdkPojo
- Enclosing class:
MetadataConfigurationResult
-
Method Summary
Modifier and TypeMethodDescriptiondestinationResult
(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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
avoiding the need to create one manually viaDestinationResult.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaJournalTableConfigurationResult.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaInventoryTableConfigurationResult.builder()
.When the
Consumer
completes,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:
-