Interface ModifyTrustStoreRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyTrustStoreRequest.Builder,ModifyTrustStoreRequest>, ElasticLoadBalancingV2Request.Builder, SdkBuilder<ModifyTrustStoreRequest.Builder,ModifyTrustStoreRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyTrustStoreRequest

  • Method Details

    • trustStoreArn

      ModifyTrustStoreRequest.Builder trustStoreArn(String trustStoreArn)

      The Amazon Resource Name (ARN) of the trust store.

      Parameters:
      trustStoreArn - The Amazon Resource Name (ARN) of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • caCertificatesBundleS3Bucket

      ModifyTrustStoreRequest.Builder caCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket)

      The Amazon S3 bucket for the ca certificates bundle.

      Parameters:
      caCertificatesBundleS3Bucket - The Amazon S3 bucket for the ca certificates bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • caCertificatesBundleS3Key

      ModifyTrustStoreRequest.Builder caCertificatesBundleS3Key(String caCertificatesBundleS3Key)

      The Amazon S3 path for the ca certificates bundle.

      Parameters:
      caCertificatesBundleS3Key - The Amazon S3 path for the ca certificates bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • caCertificatesBundleS3ObjectVersion

      ModifyTrustStoreRequest.Builder caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion)

      The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

      Parameters:
      caCertificatesBundleS3ObjectVersion - The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyTrustStoreRequest.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.