Interface ListObjectPoliciesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudDirectoryResponse.Builder, CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>, SdkBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListObjectPoliciesResponse

  • Method Details

    • attachedPolicyIds

      ListObjectPoliciesResponse.Builder attachedPolicyIds(Collection<String> attachedPolicyIds)

      A list of policy ObjectIdentifiers, that are attached to the object.

      Parameters:
      attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachedPolicyIds

      ListObjectPoliciesResponse.Builder attachedPolicyIds(String... attachedPolicyIds)

      A list of policy ObjectIdentifiers, that are attached to the object.

      Parameters:
      attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token.

      Parameters:
      nextToken - The pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.