Interface StartTagSyncTaskResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartTagSyncTaskResponse.Builder,StartTagSyncTaskResponse>,ResourceGroupsResponse.Builder,SdkBuilder<StartTagSyncTaskResponse.Builder,StartTagSyncTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartTagSyncTaskResponse
public static interface StartTagSyncTaskResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<StartTagSyncTaskResponse.Builder,StartTagSyncTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartTagSyncTaskResponse.BuildergroupArn(String groupArn)The Amazon resource name (ARN) of the application group for which you want to add or remove resources.StartTagSyncTaskResponse.BuildergroupName(String groupName)The name of the application group to onboard and sync resources.StartTagSyncTaskResponse.BuilderroleArn(String roleArn)The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.StartTagSyncTaskResponse.BuildertagKey(String tagKey)The tag key of the tag-sync task.StartTagSyncTaskResponse.BuildertagValue(String tagValue)The tag value of the tag-sync task.StartTagSyncTaskResponse.BuildertaskArn(String taskArn)The Amazon resource name (ARN) of the new tag-sync 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
-
groupArn
StartTagSyncTaskResponse.Builder groupArn(String groupArn)
The Amazon resource name (ARN) of the application group for which you want to add or remove resources.
- Parameters:
groupArn- The Amazon resource name (ARN) of the application group for which you want to add or remove resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
StartTagSyncTaskResponse.Builder groupName(String groupName)
The name of the application group to onboard and sync resources.
- Parameters:
groupName- The name of the application group to onboard and sync resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskArn
StartTagSyncTaskResponse.Builder taskArn(String taskArn)
The Amazon resource name (ARN) of the new tag-sync task.
- Parameters:
taskArn- The Amazon resource name (ARN) of the new tag-sync task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKey
StartTagSyncTaskResponse.Builder tagKey(String tagKey)
The tag key of the tag-sync task.
- Parameters:
tagKey- The tag key of the tag-sync task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValue
StartTagSyncTaskResponse.Builder tagValue(String tagValue)
The tag value of the tag-sync task.
- Parameters:
tagValue- The tag value of the tag-sync task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
StartTagSyncTaskResponse.Builder roleArn(String roleArn)
The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
- Parameters:
roleArn- The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-