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.BuildermaxResults(Integer maxResults)The maximum number of results to return.GetAssociatedResourceRequest.BuildernextToken(String nextToken)A unique pagination token for each page of results.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.BuilderresourceTagStatus(Collection<ResourceItemStatus> resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.GetAssociatedResourceRequest.BuilderresourceTagStatus(ResourceItemStatus... resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.GetAssociatedResourceRequest.BuilderresourceTagStatusWithStrings(String... resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.GetAssociatedResourceRequest.BuilderresourceTagStatusWithStrings(Collection<String> resourceTagStatus)States whether an application tag is applied, not applied, in the process of being applied, or skipped.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.
-
nextToken
GetAssociatedResourceRequest.Builder nextToken(String nextToken)
A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
- Parameters:
nextToken- A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagStatusWithStrings
GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings(Collection<String> resourceTagStatus)
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
- Parameters:
resourceTagStatus- States whether an application tag is applied, not applied, in the process of being applied, or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagStatusWithStrings
GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings(String... resourceTagStatus)
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
- Parameters:
resourceTagStatus- States whether an application tag is applied, not applied, in the process of being applied, or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagStatus
GetAssociatedResourceRequest.Builder resourceTagStatus(Collection<ResourceItemStatus> resourceTagStatus)
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
- Parameters:
resourceTagStatus- States whether an application tag is applied, not applied, in the process of being applied, or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTagStatus
GetAssociatedResourceRequest.Builder resourceTagStatus(ResourceItemStatus... resourceTagStatus)
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
- Parameters:
resourceTagStatus- States whether an application tag is applied, not applied, in the process of being applied, or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetAssociatedResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.
- Parameters:
maxResults- The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.- 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
-
-