Interface ListResourcesForTagOptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourcesForTagOptionRequest.Builder,ListResourcesForTagOptionRequest>,SdkBuilder<ListResourcesForTagOptionRequest.Builder,ListResourcesForTagOptionRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- ListResourcesForTagOptionRequest
public static interface ListResourcesForTagOptionRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListResourcesForTagOptionRequest.Builder,ListResourcesForTagOptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourcesForTagOptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourcesForTagOptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourcesForTagOptionRequest.BuilderpageSize(Integer pageSize)The maximum number of items to return with this call.ListResourcesForTagOptionRequest.BuilderpageToken(String pageToken)The page token for the next set of results.ListResourcesForTagOptionRequest.BuilderresourceType(String resourceType)The resource type.ListResourcesForTagOptionRequest.BuildertagOptionId(String tagOptionId)The TagOption identifier.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
tagOptionId
ListResourcesForTagOptionRequest.Builder tagOptionId(String tagOptionId)
The TagOption identifier.
- Parameters:
tagOptionId- The TagOption identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ListResourcesForTagOptionRequest.Builder resourceType(String resourceType)
The resource type.
-
Portfolio -
Product
- Parameters:
resourceType- The resource type.-
Portfolio -
Product
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
pageSize
ListResourcesForTagOptionRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
- Parameters:
pageSize- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
ListResourcesForTagOptionRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourcesForTagOptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourcesForTagOptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-