Interface ListServiceActionsForProvisioningArtifactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceActionsForProvisioningArtifactRequest.Builder,ListServiceActionsForProvisioningArtifactRequest>,SdkBuilder<ListServiceActionsForProvisioningArtifactRequest.Builder,ListServiceActionsForProvisioningArtifactRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- ListServiceActionsForProvisioningArtifactRequest
public static interface ListServiceActionsForProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListServiceActionsForProvisioningArtifactRequest.Builder,ListServiceActionsForProvisioningArtifactRequest>
-
-
Method Summary
-
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.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
productId
ListServiceActionsForProvisioningArtifactRequest.Builder productId(String productId)
The product identifier. For example,
prod-abcdzk7xy33qa.- Parameters:
productId- The product identifier. For example,prod-abcdzk7xy33qa.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactId
ListServiceActionsForProvisioningArtifactRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact. For example,pa-4abcdjnxjj6ne.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListServiceActionsForProvisioningArtifactRequest.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
ListServiceActionsForProvisioningArtifactRequest.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.
-
acceptLanguage
ListServiceActionsForProvisioningArtifactRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
ListServiceActionsForProvisioningArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServiceActionsForProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-