Interface ListTagSyncTasksFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListTagSyncTasksFilter.Builder,ListTagSyncTasksFilter>,SdkBuilder<ListTagSyncTasksFilter.Builder,ListTagSyncTasksFilter>,SdkPojo
- Enclosing class:
- ListTagSyncTasksFilter
public static interface ListTagSyncTasksFilter.Builder extends SdkPojo, CopyableBuilder<ListTagSyncTasksFilter.Builder,ListTagSyncTasksFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagSyncTasksFilter.BuildergroupArn(String groupArn)The Amazon resource name (ARN) of the application group.ListTagSyncTasksFilter.BuildergroupName(String groupName)The name of the application group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
groupArn
ListTagSyncTasksFilter.Builder groupArn(String groupArn)
The Amazon resource name (ARN) of the application group.
- Parameters:
groupArn- The Amazon resource name (ARN) of the application group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
ListTagSyncTasksFilter.Builder groupName(String groupName)
The name of the application group.
- Parameters:
groupName- The name of the application group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-