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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cloudExadataInfrastructureIdUpdateCloudExadataInfrastructureRequest.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.
 
- 
maintenanceWindowUpdateCloudExadataInfrastructureRequest.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.
 
- 
maintenanceWindowdefault 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 on- MaintenanceWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateCloudExadataInfrastructureRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateCloudExadataInfrastructureRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-