Interface PolicyStoreItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>, SdkBuilder<PolicyStoreItem.Builder,PolicyStoreItem>, SdkPojo
Enclosing class:
PolicyStoreItem

public static interface PolicyStoreItem.Builder extends SdkPojo, CopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
  • Method Details

    • policyStoreId

      PolicyStoreItem.Builder policyStoreId(String policyStoreId)

      The unique identifier of the policy store.

      Parameters:
      policyStoreId - The unique identifier of the policy store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • createdDate

      PolicyStoreItem.Builder createdDate(Instant createdDate)

      The date and time the policy was created.

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

      PolicyStoreItem.Builder lastUpdatedDate(Instant lastUpdatedDate)

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

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

      PolicyStoreItem.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.