Interface ListIamPolicyAssignmentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIamPolicyAssignmentsResponse.Builder,ListIamPolicyAssignmentsResponse>,QuickSightResponse.Builder,SdkBuilder<ListIamPolicyAssignmentsResponse.Builder,ListIamPolicyAssignmentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIamPolicyAssignmentsResponse
public static interface ListIamPolicyAssignmentsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsResponse.Builder,ListIamPolicyAssignmentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIamPolicyAssignmentsResponse.BuilderiamPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iamPolicyAssignments)Information describing the IAM policy assignments.ListIamPolicyAssignmentsResponse.BuilderiamPolicyAssignments(Consumer<IAMPolicyAssignmentSummary.Builder>... iamPolicyAssignments)Information describing the IAM policy assignments.ListIamPolicyAssignmentsResponse.BuilderiamPolicyAssignments(IAMPolicyAssignmentSummary... iamPolicyAssignments)Information describing the IAM policy assignments.ListIamPolicyAssignmentsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIamPolicyAssignmentsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListIamPolicyAssignmentsResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
iamPolicyAssignments
ListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iamPolicyAssignments)
Information describing the IAM policy assignments.
- Parameters:
iamPolicyAssignments- Information describing the IAM policy assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamPolicyAssignments
ListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(IAMPolicyAssignmentSummary... iamPolicyAssignments)
Information describing the IAM policy assignments.
- Parameters:
iamPolicyAssignments- Information describing the IAM policy assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamPolicyAssignments
ListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(Consumer<IAMPolicyAssignmentSummary.Builder>... iamPolicyAssignments)
Information describing the IAM policy assignments.
This is a convenience method that creates an instance of theIAMPolicyAssignmentSummary.Builderavoiding the need to create one manually viaIAMPolicyAssignmentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#iamPolicyAssignments(List.) - Parameters:
iamPolicyAssignments- a consumer that will call methods onIAMPolicyAssignmentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#iamPolicyAssignments(java.util.Collection)
-
nextToken
ListIamPolicyAssignmentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
ListIamPolicyAssignmentsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListIamPolicyAssignmentsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-