Interface ListReplacePermissionAssociationsWorkResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListReplacePermissionAssociationsWorkResponse.Builder,
,ListReplacePermissionAssociationsWorkResponse> RamResponse.Builder
,SdkBuilder<ListReplacePermissionAssociationsWorkResponse.Builder,
,ListReplacePermissionAssociationsWorkResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListReplacePermissionAssociationsWorkResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf present, this value indicates that more output is available than is included in the current response.replacePermissionAssociationsWorks
(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.replacePermissionAssociationsWorks
(Consumer<ReplacePermissionAssociationsWork.Builder>... replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.replacePermissionAssociationsWorks
(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ram.model.RamResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
replacePermissionAssociationsWorks
ListReplacePermissionAssociationsWorkResponse.Builder replacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.
- Parameters:
replacePermissionAssociationsWorks
- An array of data structures that provide details of the matching work IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replacePermissionAssociationsWorks
ListReplacePermissionAssociationsWorkResponse.Builder replacePermissionAssociationsWorks(ReplacePermissionAssociationsWork... replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.
- Parameters:
replacePermissionAssociationsWorks
- An array of data structures that provide details of the matching work IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replacePermissionAssociationsWorks
ListReplacePermissionAssociationsWorkResponse.Builder replacePermissionAssociationsWorks(Consumer<ReplacePermissionAssociationsWork.Builder>... replacePermissionAssociationsWorks) An array of data structures that provide details of the matching work IDs.
This is a convenience method that creates an instance of theReplacePermissionAssociationsWork.Builder
avoiding the need to create one manually viaReplacePermissionAssociationsWork.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplacePermissionAssociationsWorks(List<ReplacePermissionAssociationsWork>)
.- Parameters:
replacePermissionAssociationsWorks
- a consumer that will call methods onReplacePermissionAssociationsWork.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If present, this value indicates that more output is available than is included in the current response. Use this value in the
NextToken
request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextToken
response element comes back asnull
. This indicates that this is the last page of results.- Parameters:
nextToken
- If present, this value indicates that more output is available than is included in the current response. Use this value in theNextToken
request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextToken
response element comes back asnull
. This indicates that this is the last page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-