Interface CreateCloudExadataInfrastructureRequest.Builder

  • 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 the ListDbSystemShapes operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      CreateCloudExadataInfrastructureRequest.Builder availabilityZone(String 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 or availabilityZoneId.

      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 or availabilityZoneId.

      Example: us-east-1a

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneId

      CreateCloudExadataInfrastructureRequest.Builder availabilityZoneId(String availabilityZoneId)

      The AZ ID of the AZ where the Exadata infrastructure is located.

      This operation requires that you specify a value for either availabilityZone or availabilityZoneId.

      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 or availabilityZoneId.

      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 the ListDbSystemShapes 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 the CustomerContact.Builder avoiding the need to create one manually via CustomerContact.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customerContactsToSendToOCI(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:
    • 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

      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 the MaintenanceWindow.Builder avoiding the need to create one manually via MaintenanceWindow.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to maintenanceWindow(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:
    • 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 the ListDbSystemShapes 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

      CreateCloudExadataInfrastructureRequest.Builder databaseServerType(String 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 the ListDbSystemShapes operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • storageServerType

      CreateCloudExadataInfrastructureRequest.Builder storageServerType(String 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 the ListDbSystemShapes operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.