Interface CreateCloudExadataInfrastructureRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateCloudExadataInfrastructureRequest.Builder,,- CreateCloudExadataInfrastructureRequest> - OdbRequest.Builder,- SdkBuilder<CreateCloudExadataInfrastructureRequest.Builder,,- CreateCloudExadataInfrastructureRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateCloudExadataInfrastructureRequest
- 
Method SummaryModifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) The name of the Availability Zone (AZ) where the Exadata infrastructure is located.availabilityZoneId(String availabilityZoneId) The AZ ID of the AZ where the Exadata infrastructure is located.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.computeCount(Integer computeCount) The number of database servers for the Exadata infrastructure.customerContactsToSendToOCI(Collection<CustomerContact> customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.customerContactsToSendToOCI(Consumer<CustomerContact.Builder>... customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.customerContactsToSendToOCI(CustomerContact... customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.databaseServerType(String databaseServerType) The database server model type of the Exadata infrastructure.displayName(String displayName) A user-friendly name for the Exadata infrastructure.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) The maintenance window configuration for the Exadata Cloud infrastructure.maintenanceWindow(MaintenanceWindow maintenanceWindow) The maintenance window configuration for the Exadata Cloud infrastructure.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The model name of the Exadata infrastructure.storageCount(Integer storageCount) The number of storage servers to activate for this Exadata infrastructure.storageServerType(String storageServerType) The storage server model type of the Exadata infrastructure.The list of resource tags to apply to the Exadata infrastructure.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- 
displayNameA user-friendly name for the Exadata infrastructure. - Parameters:
- displayName- A user-friendly name for the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
shapeThe model name of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapesoperation.- Parameters:
- shape- The model name of the Exadata infrastructure. For the list of valid model names, use the- ListDbSystemShapesoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availabilityZoneThe name of the Availability Zone (AZ) where the Exadata infrastructure is located. This operation requires that you specify a value for either availabilityZoneoravailabilityZoneId.Example: us-east-1a- Parameters:
- availabilityZone- The name of the Availability Zone (AZ) where the Exadata infrastructure is located.- This operation requires that you specify a value for either - availabilityZoneor- availabilityZoneId.- Example: - us-east-1a
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availabilityZoneIdThe AZ ID of the AZ where the Exadata infrastructure is located. This operation requires that you specify a value for either availabilityZoneoravailabilityZoneId.Example: use1-az1- Parameters:
- availabilityZoneId- The AZ ID of the AZ where the Exadata infrastructure is located.- This operation requires that you specify a value for either - availabilityZoneor- availabilityZoneId.- Example: - use1-az1
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe list of resource tags to apply to the Exadata infrastructure. - Parameters:
- tags- The list of resource tags to apply to the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
computeCountThe number of database servers for the Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the ListDbSystemShapesoperation.- Parameters:
- computeCount- The number of database servers for the Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the- ListDbSystemShapesoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customerContactsToSendToOCICreateCloudExadataInfrastructureRequest.Builder customerContactsToSendToOCI(Collection<CustomerContact> customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. - Parameters:
- customerContactsToSendToOCI- The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customerContactsToSendToOCICreateCloudExadataInfrastructureRequest.Builder customerContactsToSendToOCI(CustomerContact... customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. - Parameters:
- customerContactsToSendToOCI- The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customerContactsToSendToOCICreateCloudExadataInfrastructureRequest.Builder customerContactsToSendToOCI(Consumer<CustomerContact.Builder>... customerContactsToSendToOCI) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. This is a convenience method that creates an instance of theCustomerContact.Builderavoiding the need to create one manually viaCustomerContact.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomerContactsToSendToOCI(List<CustomerContact>).- Parameters:
- customerContactsToSendToOCI- a consumer that will call methods on- CustomerContact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maintenanceWindowCreateCloudExadataInfrastructureRequest.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow) The maintenance window configuration for the Exadata Cloud infrastructure. This allows you to define when maintenance operations such as patching and updates can be performed on the infrastructure. - Parameters:
- maintenanceWindow- The maintenance window configuration for the Exadata Cloud infrastructure.- This allows you to define when maintenance operations such as patching and updates can be performed on the infrastructure. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maintenanceWindowdefault CreateCloudExadataInfrastructureRequest.Builder maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) The maintenance window configuration for the Exadata Cloud infrastructure. This allows you to define when maintenance operations such as patching and updates can be performed on the infrastructure. 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:
 
- 
storageCountThe number of storage servers to activate for this Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the ListDbSystemShapesoperation.- Parameters:
- storageCount- The number of storage servers to activate for this Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the- ListDbSystemShapesoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenA unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used. - Parameters:
- clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseServerTypeThe database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapesoperation.- Parameters:
- databaseServerType- The database server model type of the Exadata infrastructure. For the list of valid model names, use the- ListDbSystemShapesoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageServerTypeThe storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapesoperation.- Parameters:
- storageServerType- The storage server model type of the Exadata infrastructure. For the list of valid model names, use the- ListDbSystemShapesoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateCloudExadataInfrastructureRequest.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.
 
- 
overrideConfigurationCreateCloudExadataInfrastructureRequest.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.
 
 
-