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 Summary
Modifier 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.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
-
displayName
A 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.
-
shape
The model name of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.- Parameters:
shape
- The model name of the Exadata infrastructure. For the list of valid model names, use theListDbSystemShapes
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
This operation requires that you specify a value for either
availabilityZone
oravailabilityZoneId
.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
availabilityZone
oravailabilityZoneId
.Example:
us-east-1a
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
The AZ ID of the AZ where the Exadata infrastructure is located.
This operation requires that you specify a value for either
availabilityZone
oravailabilityZoneId
.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
availabilityZone
oravailabilityZoneId
.Example:
use1-az1
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The 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.
-
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
ListDbSystemShapes
operation.- 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 theListDbSystemShapes
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerContactsToSendToOCI
CreateCloudExadataInfrastructureRequest.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.
-
customerContactsToSendToOCI
CreateCloudExadataInfrastructureRequest.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.
-
customerContactsToSendToOCI
CreateCloudExadataInfrastructureRequest.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.Builder
avoiding the need to create one manually viaCustomerContact.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomerContactsToSendToOCI(List<CustomerContact>)
.- Parameters:
customerContactsToSendToOCI
- a consumer that will call methods onCustomerContact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenanceWindow
CreateCloudExadataInfrastructureRequest.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.
-
maintenanceWindow
default 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.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:
-
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
ListDbSystemShapes
operation.- 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 theListDbSystemShapes
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- 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.
-
databaseServerType
The database server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.- Parameters:
databaseServerType
- The database server model type of the Exadata infrastructure. For the list of valid model names, use theListDbSystemShapes
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageServerType
The storage server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.- Parameters:
storageServerType
- The storage server model type of the Exadata infrastructure. For the list of valid model names, use theListDbSystemShapes
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCloudExadataInfrastructureRequest.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
CreateCloudExadataInfrastructureRequest.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.
-