Interface GetAssociatedResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAssociatedResourceResponse.Builder,
,GetAssociatedResourceResponse> SdkBuilder<GetAssociatedResourceResponse.Builder,
,GetAssociatedResourceResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
GetAssociatedResourceResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationTagResult
(Consumer<ApplicationTagResult.Builder> applicationTagResult) The result of the application that's tag applied to a resource.applicationTagResult
(ApplicationTagResult applicationTagResult) The result of the application that's tag applied to a resource.options
(Collection<AssociationOption> options) Determines whether an application tag is applied or skipped.options
(AssociationOption... options) Determines whether an application tag is applied or skipped.optionsWithStrings
(String... options) Determines whether an application tag is applied or skipped.optionsWithStrings
(Collection<String> options) Determines whether an application tag is applied or skipped.resource
(Consumer<Resource.Builder> resource) The resource associated with the application.The resource associated with the application.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, sdkFieldNameToField, 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 Details
-
resource
The resource associated with the application.
- Parameters:
resource
- The resource associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource associated with the application.
This is a convenience method that creates an instance of theResource.Builder
avoiding the need to create one manually viaResource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresource(Resource)
.- Parameters:
resource
- a consumer that will call methods onResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optionsWithStrings
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
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
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
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.
-
applicationTagResult
GetAssociatedResourceResponse.Builder applicationTagResult(ApplicationTagResult applicationTagResult) The result of the application that's tag applied to a resource.
- Parameters:
applicationTagResult
- The result of the application that's tag applied to a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationTagResult
default GetAssociatedResourceResponse.Builder applicationTagResult(Consumer<ApplicationTagResult.Builder> applicationTagResult) The result of the application that's tag applied to a resource.
This is a convenience method that creates an instance of theApplicationTagResult.Builder
avoiding the need to create one manually viaApplicationTagResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationTagResult(ApplicationTagResult)
.- Parameters:
applicationTagResult
- a consumer that will call methods onApplicationTagResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-