Interface GetPolicyStoreResponse.Builder

    • Method Detail

      • policyStoreId

        GetPolicyStoreResponse.Builder policyStoreId​(String policyStoreId)

        The ID of the policy store;

        Parameters:
        policyStoreId - The ID of the policy store;
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        GetPolicyStoreResponse.Builder arn​(String arn)

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

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

        GetPolicyStoreResponse.Builder validationSettings​(ValidationSettings validationSettings)

        The current validation settings for the policy store.

        Parameters:
        validationSettings - The current validation settings for the policy store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        GetPolicyStoreResponse.Builder createdDate​(Instant createdDate)

        The date and time that the policy store was originally created.

        Parameters:
        createdDate - The date and time that the policy store was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDate

        GetPolicyStoreResponse.Builder lastUpdatedDate​(Instant lastUpdatedDate)

        The date and time that the policy store was last updated.

        Parameters:
        lastUpdatedDate - The date and time that the policy store was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetPolicyStoreResponse.Builder description​(String description)

        Descriptive text that you can provide to help with identification of the current policy store.

        Parameters:
        description - Descriptive text that you can provide to help with identification of the current policy store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.