Interface BatchListObjectPoliciesResponse.Builder

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

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

    • attachedPolicyIds

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

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