Interface UpdateOdbNetworkRequest.Builder

  • Method Details

    • odbNetworkId

      UpdateOdbNetworkRequest.Builder odbNetworkId(String odbNetworkId)

      The unique identifier of the ODB network to update.

      Parameters:
      odbNetworkId - The unique identifier of the ODB network to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      UpdateOdbNetworkRequest.Builder displayName(String displayName)

      The new user-friendly name of the ODB network.

      Parameters:
      displayName - The new user-friendly name of the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peeredCidrsToBeAdded

      UpdateOdbNetworkRequest.Builder peeredCidrsToBeAdded(Collection<String> peeredCidrsToBeAdded)

      The list of CIDR ranges from the peered VPC that allow access to the ODB network.

      Parameters:
      peeredCidrsToBeAdded - The list of CIDR ranges from the peered VPC that allow access to the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peeredCidrsToBeAdded

      UpdateOdbNetworkRequest.Builder peeredCidrsToBeAdded(String... peeredCidrsToBeAdded)

      The list of CIDR ranges from the peered VPC that allow access to the ODB network.

      Parameters:
      peeredCidrsToBeAdded - The list of CIDR ranges from the peered VPC that allow access to the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peeredCidrsToBeRemoved

      UpdateOdbNetworkRequest.Builder peeredCidrsToBeRemoved(Collection<String> peeredCidrsToBeRemoved)

      The list of CIDR ranges from the peered VPC to remove from the ODB network.

      Parameters:
      peeredCidrsToBeRemoved - The list of CIDR ranges from the peered VPC to remove from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peeredCidrsToBeRemoved

      UpdateOdbNetworkRequest.Builder peeredCidrsToBeRemoved(String... peeredCidrsToBeRemoved)

      The list of CIDR ranges from the peered VPC to remove from the ODB network.

      Parameters:
      peeredCidrsToBeRemoved - The list of CIDR ranges from the peered VPC to remove from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Access

      Specifies the updated configuration for Amazon S3 access from the ODB network.

      Parameters:
      s3Access - Specifies the updated configuration for Amazon S3 access from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3Access

      Specifies the updated configuration for Amazon S3 access from the ODB network.

      Parameters:
      s3Access - Specifies the updated configuration for Amazon S3 access from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • zeroEtlAccess

      UpdateOdbNetworkRequest.Builder zeroEtlAccess(String zeroEtlAccess)

      Specifies the updated configuration for Zero-ETL access from the ODB network.

      Parameters:
      zeroEtlAccess - Specifies the updated configuration for Zero-ETL access from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • zeroEtlAccess

      UpdateOdbNetworkRequest.Builder zeroEtlAccess(Access zeroEtlAccess)

      Specifies the updated configuration for Zero-ETL access from the ODB network.

      Parameters:
      zeroEtlAccess - Specifies the updated configuration for Zero-ETL access from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3PolicyDocument

      UpdateOdbNetworkRequest.Builder s3PolicyDocument(String s3PolicyDocument)

      Specifies the updated endpoint policy for Amazon S3 access from the ODB network.

      Parameters:
      s3PolicyDocument - Specifies the updated endpoint policy for Amazon S3 access from the ODB network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateOdbNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.