Interface HybridUpdateActivities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HybridUpdateActivities.Builder,
,HybridUpdateActivities> SdkBuilder<HybridUpdateActivities.Builder,
,HybridUpdateActivities> SdkPojo
- Enclosing class:
HybridUpdateActivities
-
Method Summary
Modifier and TypeMethodDescriptionhybridAdministratorAccount
(Collection<HybridUpdateInfoEntry> hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.hybridAdministratorAccount
(Consumer<HybridUpdateInfoEntry.Builder>... hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.hybridAdministratorAccount
(HybridUpdateInfoEntry... hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.selfManagedInstances
(Collection<HybridUpdateInfoEntry> selfManagedInstances) A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.selfManagedInstances
(Consumer<HybridUpdateInfoEntry.Builder>... selfManagedInstances) A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.selfManagedInstances
(HybridUpdateInfoEntry... selfManagedInstances) A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory 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
-
selfManagedInstances
HybridUpdateActivities.Builder selfManagedInstances(Collection<HybridUpdateInfoEntry> selfManagedInstances) A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.
- Parameters:
selfManagedInstances
- A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedInstances
A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.
- Parameters:
selfManagedInstances
- A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedInstances
HybridUpdateActivities.Builder selfManagedInstances(Consumer<HybridUpdateInfoEntry.Builder>... selfManagedInstances) A list of update activities related to the self-managed instances with SSM in the self-managed instances with SSM hybrid directory configuration.
This is a convenience method that creates an instance of theHybridUpdateInfoEntry.Builder
avoiding the need to create one manually viaHybridUpdateInfoEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toselfManagedInstances(List<HybridUpdateInfoEntry>)
.- Parameters:
selfManagedInstances
- a consumer that will call methods onHybridUpdateInfoEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hybridAdministratorAccount
HybridUpdateActivities.Builder hybridAdministratorAccount(Collection<HybridUpdateInfoEntry> hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.
- Parameters:
hybridAdministratorAccount
- A list of update activities related to hybrid directory administrator account changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hybridAdministratorAccount
HybridUpdateActivities.Builder hybridAdministratorAccount(HybridUpdateInfoEntry... hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.
- Parameters:
hybridAdministratorAccount
- A list of update activities related to hybrid directory administrator account changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hybridAdministratorAccount
HybridUpdateActivities.Builder hybridAdministratorAccount(Consumer<HybridUpdateInfoEntry.Builder>... hybridAdministratorAccount) A list of update activities related to hybrid directory administrator account changes.
This is a convenience method that creates an instance of theHybridUpdateInfoEntry.Builder
avoiding the need to create one manually viaHybridUpdateInfoEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohybridAdministratorAccount(List<HybridUpdateInfoEntry>)
.- Parameters:
hybridAdministratorAccount
- a consumer that will call methods onHybridUpdateInfoEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-