Interface ListIamPolicyAssignmentsForUserResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIamPolicyAssignmentsForUserResponse.Builder,ListIamPolicyAssignmentsForUserResponse>,QuickSightResponse.Builder,SdkBuilder<ListIamPolicyAssignmentsForUserResponse.Builder,ListIamPolicyAssignmentsForUserResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIamPolicyAssignmentsForUserResponse
public static interface ListIamPolicyAssignmentsForUserResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsForUserResponse.Builder,ListIamPolicyAssignmentsForUserResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIamPolicyAssignmentsForUserResponse.BuilderactiveAssignments(Collection<ActiveIAMPolicyAssignment> activeAssignments)The active assignments for this user.ListIamPolicyAssignmentsForUserResponse.BuilderactiveAssignments(Consumer<ActiveIAMPolicyAssignment.Builder>... activeAssignments)The active assignments for this user.ListIamPolicyAssignmentsForUserResponse.BuilderactiveAssignments(ActiveIAMPolicyAssignment... activeAssignments)The active assignments for this user.ListIamPolicyAssignmentsForUserResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIamPolicyAssignmentsForUserResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListIamPolicyAssignmentsForUserResponse.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
-
activeAssignments
ListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(Collection<ActiveIAMPolicyAssignment> activeAssignments)
The active assignments for this user.
- Parameters:
activeAssignments- The active assignments for this user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeAssignments
ListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(ActiveIAMPolicyAssignment... activeAssignments)
The active assignments for this user.
- Parameters:
activeAssignments- The active assignments for this user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeAssignments
ListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(Consumer<ActiveIAMPolicyAssignment.Builder>... activeAssignments)
The active assignments for this user.
This is a convenience method that creates an instance of theActiveIAMPolicyAssignment.Builderavoiding the need to create one manually viaActiveIAMPolicyAssignment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#activeAssignments(List.) - Parameters:
activeAssignments- a consumer that will call methods onActiveIAMPolicyAssignment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#activeAssignments(java.util.Collection)
-
requestId
ListIamPolicyAssignmentsForUserResponse.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.
-
nextToken
ListIamPolicyAssignmentsForUserResponse.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.
-
status
ListIamPolicyAssignmentsForUserResponse.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.
-
-