Interface UpdateCloudExadataInfrastructureRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCloudExadataInfrastructureRequest.Builder,,UpdateCloudExadataInfrastructureRequest> OdbRequest.Builder,SdkBuilder<UpdateCloudExadataInfrastructureRequest.Builder,,UpdateCloudExadataInfrastructureRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateCloudExadataInfrastructureRequest
@Mutable
@NotThreadSafe
public static interface UpdateCloudExadataInfrastructureRequest.Builder
extends OdbRequest.Builder, SdkPojo, CopyableBuilder<UpdateCloudExadataInfrastructureRequest.Builder,UpdateCloudExadataInfrastructureRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure to update.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) Sets the value of the MaintenanceWindow property for this object.maintenanceWindow(MaintenanceWindow maintenanceWindow) Sets the value of the MaintenanceWindow property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudExadataInfrastructureId
UpdateCloudExadataInfrastructureRequest.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure to update.
- Parameters:
cloudExadataInfrastructureId- The unique identifier of the Exadata infrastructure to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceWindow
UpdateCloudExadataInfrastructureRequest.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow) Sets the value of the MaintenanceWindow property for this object.- Parameters:
maintenanceWindow- The new value for the MaintenanceWindow property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceWindow
default UpdateCloudExadataInfrastructureRequest.Builder maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) Sets the value of the MaintenanceWindow property for this object. This is a convenience method that creates an instance of theMaintenanceWindow.Builderavoiding the need to create one manually viaMaintenanceWindow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomaintenanceWindow(MaintenanceWindow).- Parameters:
maintenanceWindow- a consumer that will call methods onMaintenanceWindow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCloudExadataInfrastructureRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateCloudExadataInfrastructureRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-