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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
build
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
-
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.Builder
avoiding the need to create one manually viaMaintenanceWindow.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-