Interface SyncResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SyncResourceRequest.Builder,
,SyncResourceRequest> SdkBuilder<SyncResourceRequest.Builder,
,SyncResourceRequest> SdkPojo
,SdkRequest.Builder
,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
SyncResourceRequest
public static interface SyncResourceRequest.Builder
extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<SyncResourceRequest.Builder,SyncResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An entity you can work with and specify with a name or ID.resourceType
(String resourceType) The type of resource of which the application will be associated.resourceType
(ResourceType resourceType) The type of resource of which the application will be associated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
Method Details
-
resourceType
The type of resource of which the application will be associated.
- Parameters:
resourceType
- The type of resource of which the application will be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource of which the application will be associated.
- Parameters:
resourceType
- The type of resource of which the application will be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SyncResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SyncResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-