Interface GetAssociatedResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>,SdkBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- GetAssociatedResourceRequest
public static interface GetAssociatedResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssociatedResourceRequest.Builderapplication(String application)The name, ID, or ARN of the application.GetAssociatedResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssociatedResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAssociatedResourceRequest.Builderresource(String resource)The name or ID of the resource associated with the application.GetAssociatedResourceRequest.BuilderresourceType(String resourceType)The type of resource associated with the application.GetAssociatedResourceRequest.BuilderresourceType(ResourceType resourceType)The type of resource associated with the application.-
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 Detail
-
application
GetAssociatedResourceRequest.Builder application(String application)
The name, ID, or ARN of the application.
- Parameters:
application- The name, ID, or ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
GetAssociatedResourceRequest.Builder resourceType(String resourceType)
The type of resource associated with the application.
- Parameters:
resourceType- The type of resource associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
GetAssociatedResourceRequest.Builder resourceType(ResourceType resourceType)
The type of resource associated with the application.
- Parameters:
resourceType- The type of resource associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resource
GetAssociatedResourceRequest.Builder resource(String resource)
The name or ID of the resource associated with the application.
- Parameters:
resource- The name or ID of the resource associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAssociatedResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAssociatedResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-