public static interface SyncResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<SyncResourceRequest.Builder,SyncResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
SyncResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SyncResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SyncResourceRequest.Builder |
resource(String resource)
An entity you can work with and specify with a name or ID.
|
SyncResourceRequest.Builder |
resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
|
SyncResourceRequest.Builder |
resourceType(String resourceType)
The type of resource of which the application will be associated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSyncResourceRequest.Builder resourceType(String resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceType,
ResourceTypeSyncResourceRequest.Builder resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceType,
ResourceTypeSyncResourceRequest.Builder resource(String resource)
An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.
resource - An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an
Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.SyncResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSyncResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.