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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyncResourceResponse.BuilderactionTaken(String actionTaken)The results of the output if an application is associated with an ARN value, which could besyncStartedor None.SyncResourceResponse.BuilderactionTaken(SyncAction actionTaken)The results of the output if an application is associated with an ARN value, which could besyncStartedor None.SyncResourceResponse.BuilderapplicationArn(String applicationArn)The Amazon resource name (ARN) that specifies the application.SyncResourceResponse.BuilderresourceArn(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 Detail
-
applicationArn
SyncResourceResponse.Builder applicationArn(String 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
SyncResourceResponse.Builder resourceArn(String 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
SyncResourceResponse.Builder actionTaken(String actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStartedor None.- Parameters:
actionTaken- The results of the output if an application is associated with an ARN value, which could besyncStartedor None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncAction,SyncAction
-
actionTaken
SyncResourceResponse.Builder actionTaken(SyncAction actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStartedor None.- Parameters:
actionTaken- The results of the output if an application is associated with an ARN value, which could besyncStartedor None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncAction,SyncAction
-
-