Interface ListTagSyncTasksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagSyncTasksResponse.Builder,ListTagSyncTasksResponse>,ResourceGroupsResponse.Builder,SdkBuilder<ListTagSyncTasksResponse.Builder,ListTagSyncTasksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagSyncTasksResponse
public static interface ListTagSyncTasksResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<ListTagSyncTasksResponse.Builder,ListTagSyncTasksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagSyncTasksResponse.BuildernextToken(String nextToken)If present, indicates that more output is available than is included in the current response.ListTagSyncTasksResponse.BuildertagSyncTasks(Collection<TagSyncTaskItem> tagSyncTasks)A list of tag-sync tasks and information about each task.ListTagSyncTasksResponse.BuildertagSyncTasks(Consumer<TagSyncTaskItem.Builder>... tagSyncTasks)A list of tag-sync tasks and information about each task.ListTagSyncTasksResponse.BuildertagSyncTasks(TagSyncTaskItem... tagSyncTasks)A list of tag-sync tasks and information about each task.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsResponse.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 Detail
-
tagSyncTasks
ListTagSyncTasksResponse.Builder tagSyncTasks(Collection<TagSyncTaskItem> tagSyncTasks)
A list of tag-sync tasks and information about each task.
- Parameters:
tagSyncTasks- A list of tag-sync tasks and information about each task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSyncTasks
ListTagSyncTasksResponse.Builder tagSyncTasks(TagSyncTaskItem... tagSyncTasks)
A list of tag-sync tasks and information about each task.
- Parameters:
tagSyncTasks- A list of tag-sync tasks and information about each task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSyncTasks
ListTagSyncTasksResponse.Builder tagSyncTasks(Consumer<TagSyncTaskItem.Builder>... tagSyncTasks)
A list of tag-sync tasks and information about each task.
This is a convenience method that creates an instance of theTagSyncTaskItem.Builderavoiding the need to create one manually viaTagSyncTaskItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagSyncTasks(List.) - Parameters:
tagSyncTasks- a consumer that will call methods onTagSyncTaskItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagSyncTasks(java.util.Collection)
-
nextToken
ListTagSyncTasksResponse.Builder nextToken(String nextToken)
If present, 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.- Parameters:
nextToken- If present, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-