public static interface SyncResourceResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<SyncResourceResponse.Builder,SyncResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
SyncResourceResponse.Builder |
actionTaken(String actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
SyncResourceResponse.Builder |
actionTaken(SyncAction actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
SyncResourceResponse.Builder |
applicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
|
SyncResourceResponse.Builder |
resourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSyncResourceResponse.Builder applicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
applicationArn - The Amazon resource name (ARN) that specifies the application.SyncResourceResponse.Builder resourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
resourceArn - The Amazon resource name (ARN) that specifies the resource.SyncResourceResponse.Builder actionTaken(String actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.
actionTaken - The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.SyncAction,
SyncActionSyncResourceResponse.Builder actionTaken(SyncAction actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.
actionTaken - The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.SyncAction,
SyncActionCopyright © 2023. All rights reserved.