Interface CreatePolicyTemplateResponse.Builder

    • Method Detail

      • policyStoreId

        CreatePolicyTemplateResponse.Builder policyStoreId​(String policyStoreId)

        The ID of the policy store that contains the policy template.

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

        CreatePolicyTemplateResponse.Builder policyTemplateId​(String policyTemplateId)

        The unique ID of the new policy template.

        Parameters:
        policyTemplateId - The unique ID of the new policy template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        CreatePolicyTemplateResponse.Builder createdDate​(Instant createdDate)

        The date and time the policy template was originally created.

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

        CreatePolicyTemplateResponse.Builder lastUpdatedDate​(Instant lastUpdatedDate)

        The date and time the policy template was most recently updated.

        Parameters:
        lastUpdatedDate - The date and time the policy template was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.