JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.vpclattice.model

Class UpdateServiceRequest

    • Constructor Detail

      • UpdateServiceRequest

        public UpdateServiceRequest()
    • Method Detail

      • setAuthType

        public void setAuthType(String authType)

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Parameters:
        authType - The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • getAuthType

        public String getAuthType()

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Returns:
        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        See Also:
        AuthType
      • withAuthType

        public UpdateServiceRequest withAuthType(String authType)

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Parameters:
        authType - The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType
      • withAuthType

        public UpdateServiceRequest withAuthType(AuthType authType)

        The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Parameters:
        authType - The type of IAM policy.

        • NONE: The resource does not use an IAM policy. This is the default.

        • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType
      • setCertificateArn

        public void setCertificateArn(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the certificate.
      • getCertificateArn

        public String getCertificateArn()

        The Amazon Resource Name (ARN) of the certificate.

        Returns:
        The Amazon Resource Name (ARN) of the certificate.
      • withCertificateArn

        public UpdateServiceRequest withCertificateArn(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

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

        public void setServiceIdentifier(String serviceIdentifier)

        The ID or Amazon Resource Name (ARN) of the service.

        Parameters:
        serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.
      • getServiceIdentifier

        public String getServiceIdentifier()

        The ID or Amazon Resource Name (ARN) of the service.

        Returns:
        The ID or Amazon Resource Name (ARN) of the service.
      • withServiceIdentifier

        public UpdateServiceRequest withServiceIdentifier(String serviceIdentifier)

        The ID or Amazon Resource Name (ARN) of the service.

        Parameters:
        serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /