Interface ListReplacePermissionAssociationsWorkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListReplacePermissionAssociationsWorkResponse.Builder,ListReplacePermissionAssociationsWorkResponse>,RamResponse.Builder,SdkBuilder<ListReplacePermissionAssociationsWorkResponse.Builder,ListReplacePermissionAssociationsWorkResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListReplacePermissionAssociationsWorkResponse
public static interface ListReplacePermissionAssociationsWorkResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<ListReplacePermissionAssociationsWorkResponse.Builder,ListReplacePermissionAssociationsWorkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReplacePermissionAssociationsWorkResponse.BuildernextToken(String nextToken)If present, this value indicates that more output is available than is included in the current response.ListReplacePermissionAssociationsWorkResponse.BuilderreplacePermissionAssociationsWorks(Collection<ReplacePermissionAssociationsWork> replacePermissionAssociationsWorks)An array of data structures that provide details of the matching work IDs.ListReplacePermissionAssociationsWorkResponse.BuilderreplacePermissionAssociationsWorks(Consumer<ReplacePermissionAssociationsWork.Builder>... replacePermissionAssociationsWorks)An array of data structures that provide details of the matching work IDs.ListReplacePermissionAssociationsWorkResponse.BuilderreplacePermissionAssociationsWorks(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaReplacePermissionAssociationsWork.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replacePermissionAssociationsWorks(List.) - 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:
#replacePermissionAssociationsWorks(java.util.Collection)
-
nextToken
ListReplacePermissionAssociationsWorkResponse.Builder nextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse 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 theNextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse 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.
-
-