Interface AssociateResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateResourceResponse.Builder,AssociateResourceResponse>,SdkBuilder<AssociateResourceResponse.Builder,AssociateResourceResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- AssociateResourceResponse
public static interface AssociateResourceResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<AssociateResourceResponse.Builder,AssociateResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResourceResponse.BuilderapplicationArn(String applicationArn)The Amazon resource name (ARN) of the application that was augmented with attributes.AssociateResourceResponse.Builderoptions(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.Builderoptions(AssociationOption... options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.BuilderoptionsWithStrings(String... options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.BuilderoptionsWithStrings(Collection<String> options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.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
AssociateResourceResponse.Builder applicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
- Parameters:
applicationArn- The Amazon resource name (ARN) of the application that was augmented with attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
AssociateResourceResponse.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.
-
optionsWithStrings
AssociateResourceResponse.Builder optionsWithStrings(Collection<String> options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionsWithStrings
AssociateResourceResponse.Builder optionsWithStrings(String... options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
AssociateResourceResponse.Builder options(Collection<AssociationOption> options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
AssociateResourceResponse.Builder options(AssociationOption... options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-