Interface PutDeploymentParameterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutDeploymentParameterRequest.Builder,
,PutDeploymentParameterRequest> MarketplaceDeploymentRequest.Builder
,SdkBuilder<PutDeploymentParameterRequest.Builder,
,PutDeploymentParameterRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutDeploymentParameterRequest
-
Method Summary
Modifier and TypeMethodDescriptionagreementId
(String agreementId) The unique identifier of the agreement.The catalog related to the request.clientToken
(String clientToken) The idempotency token for deployment parameters.deploymentParameter
(Consumer<DeploymentParameterInput.Builder> deploymentParameter) The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.deploymentParameter
(DeploymentParameterInput deploymentParameter) The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.expirationDate
(Instant expirationDate) The date when deployment parameters expire and are scheduled for deletion.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The product for which AWS Marketplace will save secrets for the buyer’s account.A map of key-value pairs, where each pair represents a tag saved to the resource.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.services.marketplacedeployment.model.MarketplaceDeploymentRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agreementId
The unique identifier of the agreement.
- Parameters:
agreementId
- The unique identifier of the agreement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
The catalog related to the request. Fixed value:
AWSMarketplace
- Parameters:
catalog
- The catalog related to the request. Fixed value:AWSMarketplace
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The idempotency token for deployment parameters. A unique identifier for the new version.
This field is not required if you're calling using an AWS SDK. Otherwise, a
clientToken
must be provided with the request.- Parameters:
clientToken
- The idempotency token for deployment parameters. A unique identifier for the new version.This field is not required if you're calling using an AWS SDK. Otherwise, a
clientToken
must be provided with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentParameter
PutDeploymentParameterRequest.Builder deploymentParameter(DeploymentParameterInput deploymentParameter) The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.
- Parameters:
deploymentParameter
- The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentParameter
default PutDeploymentParameterRequest.Builder deploymentParameter(Consumer<DeploymentParameterInput.Builder> deploymentParameter) The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.
This is a convenience method that creates an instance of theDeploymentParameterInput.Builder
avoiding the need to create one manually viaDeploymentParameterInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeploymentParameter(DeploymentParameterInput)
.- Parameters:
deploymentParameter
- a consumer that will call methods onDeploymentParameterInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expirationDate
The date when deployment parameters expire and are scheduled for deletion.
- Parameters:
expirationDate
- The date when deployment parameters expire and are scheduled for deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
The product for which AWS Marketplace will save secrets for the buyer’s account.
- Parameters:
productId
- The product for which AWS Marketplace will save secrets for the buyer’s account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
- Parameters:
tags
- A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutDeploymentParameterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutDeploymentParameterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-