Interface AdminPasswordSourceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdminPasswordSourceSummary.Builder,,AdminPasswordSourceSummary> SdkBuilder<AdminPasswordSourceSummary.Builder,,AdminPasswordSourceSummary> SdkPojo
- Enclosing class:
AdminPasswordSourceSummary
@Mutable
@NotThreadSafe
public static interface AdminPasswordSourceSummary.Builder
extends SdkPojo, CopyableBuilder<AdminPasswordSourceSummary.Builder,AdminPasswordSourceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionadminPasswordSource(String adminPasswordSource) The source of the admin password for the Autonomous Database.adminPasswordSource(AdminPasswordSource adminPasswordSource) The source of the admin password for the Autonomous Database.adminPasswordSourceConfiguration(Consumer<AdminPasswordSourceConfiguration.Builder> adminPasswordSourceConfiguration) The configuration of the admin password source for the Autonomous Database.adminPasswordSourceConfiguration(AdminPasswordSourceConfiguration adminPasswordSourceConfiguration) The configuration of the admin password source for the Autonomous Database.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
-
adminPasswordSource
The source of the admin password for the Autonomous Database.
- Parameters:
adminPasswordSource- The source of the admin password for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
adminPasswordSource
The source of the admin password for the Autonomous Database.
- Parameters:
adminPasswordSource- The source of the admin password for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
adminPasswordSourceConfiguration
AdminPasswordSourceSummary.Builder adminPasswordSourceConfiguration(AdminPasswordSourceConfiguration adminPasswordSourceConfiguration) The configuration of the admin password source for the Autonomous Database.
- Parameters:
adminPasswordSourceConfiguration- The configuration of the admin password source for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminPasswordSourceConfiguration
default AdminPasswordSourceSummary.Builder adminPasswordSourceConfiguration(Consumer<AdminPasswordSourceConfiguration.Builder> adminPasswordSourceConfiguration) The configuration of the admin password source for the Autonomous Database.
This is a convenience method that creates an instance of theAdminPasswordSourceConfiguration.Builderavoiding the need to create one manually viaAdminPasswordSourceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadminPasswordSourceConfiguration(AdminPasswordSourceConfiguration).- Parameters:
adminPasswordSourceConfiguration- a consumer that will call methods onAdminPasswordSourceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-