Interface UpdateDomainRequest.Builder

    • Method Detail

      • clientToken

        UpdateDomainRequest.Builder clientToken​(String clientToken)

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

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateDomainRequest.Builder description​(String description)

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

        Parameters:
        description - The description to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainExecutionRole

        UpdateDomainRequest.Builder domainExecutionRole​(String domainExecutionRole)

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

        Parameters:
        domainExecutionRole - The domain execution role to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        UpdateDomainRequest.Builder identifier​(String identifier)

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

        Parameters:
        identifier - The ID of the Amazon Web Services domain that is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateDomainRequest.Builder name​(String name)

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

        Parameters:
        name - The name to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • singleSignOn

        UpdateDomainRequest.Builder singleSignOn​(SingleSignOn singleSignOn)

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

        Parameters:
        singleSignOn - The single sign-on option to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.