Class UpdateDomainRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • description

        public final String description()

        The description to be updated as part of the UpdateDomain action.

        Returns:
        The description to be updated as part of the UpdateDomain action.
      • domainExecutionRole

        public final String domainExecutionRole()

        The domain execution role to be updated as part of the UpdateDomain action.

        Returns:
        The domain execution role to be updated as part of the UpdateDomain action.
      • identifier

        public final String identifier()

        The ID of the Amazon Web Services domain that is to be updated.

        Returns:
        The ID of the Amazon Web Services domain that is to be updated.
      • name

        public final String name()

        The name to be updated as part of the UpdateDomain action.

        Returns:
        The name to be updated as part of the UpdateDomain action.
      • singleSignOn

        public final SingleSignOn singleSignOn()

        The single sign-on option to be updated as part of the UpdateDomain action.

        Returns:
        The single sign-on option to be updated as part of the UpdateDomain action.
      • toString

        public final 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