Interface SyncResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SyncResourceResponse.Builder,
,SyncResourceResponse> SdkBuilder<SyncResourceResponse.Builder,
,SyncResourceResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
SyncResourceResponse
public static interface SyncResourceResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<SyncResourceResponse.Builder,SyncResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionTaken
(String actionTaken) The results of the output if an application is associated with an ARN value, which could besyncStarted
or None.actionTaken
(SyncAction actionTaken) The results of the output if an application is associated with an ARN value, which could besyncStarted
or None.applicationArn
(String applicationArn) The Amazon resource name (ARN) that specifies the application.resourceArn
(String resourceArn) The Amazon resource name (ARN) that specifies the resource.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
applicationArn
The Amazon resource name (ARN) that specifies the application.
- Parameters:
applicationArn
- The Amazon resource name (ARN) that specifies the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon resource name (ARN) that specifies the resource.
- Parameters:
resourceArn
- The Amazon resource name (ARN) that specifies the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionTaken
The results of the output if an application is associated with an ARN value, which could be
syncStarted
or None.- Parameters:
actionTaken
- The results of the output if an application is associated with an ARN value, which could besyncStarted
or None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionTaken
The results of the output if an application is associated with an ARN value, which could be
syncStarted
or None.- Parameters:
actionTaken
- The results of the output if an application is associated with an ARN value, which could besyncStarted
or None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-