Interface PutDeploymentParameterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutDeploymentParameterRequest.Builder,PutDeploymentParameterRequest>,MarketplaceDeploymentRequest.Builder,SdkBuilder<PutDeploymentParameterRequest.Builder,PutDeploymentParameterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutDeploymentParameterRequest
public static interface PutDeploymentParameterRequest.Builder extends MarketplaceDeploymentRequest.Builder, SdkPojo, CopyableBuilder<PutDeploymentParameterRequest.Builder,PutDeploymentParameterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutDeploymentParameterRequest.BuilderagreementId(String agreementId)The unique identifier of the agreement.PutDeploymentParameterRequest.Buildercatalog(String catalog)The catalog related to the request.PutDeploymentParameterRequest.BuilderclientToken(String clientToken)The idempotency token for deployment parameters.default PutDeploymentParameterRequest.BuilderdeploymentParameter(Consumer<DeploymentParameterInput.Builder> deploymentParameter)The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.PutDeploymentParameterRequest.BuilderdeploymentParameter(DeploymentParameterInput deploymentParameter)The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.PutDeploymentParameterRequest.BuilderexpirationDate(Instant expirationDate)The date when deployment parameters expire and are scheduled for deletion.PutDeploymentParameterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeploymentParameterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDeploymentParameterRequest.BuilderproductId(String productId)The product for which AWS Marketplace will save secrets for the buyer’s account.PutDeploymentParameterRequest.Buildertags(Map<String,String> tags)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 Detail
-
agreementId
PutDeploymentParameterRequest.Builder agreementId(String 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
PutDeploymentParameterRequest.Builder catalog(String catalog)
The catalog related to the request. Fixed value:
AWS Marketplace- Parameters:
catalog- The catalog related to the request. Fixed value:AWS Marketplace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
PutDeploymentParameterRequest.Builder clientToken(String clientToken)
The idempotency token for deployment parameters. A unique identifier for the new version.
- Parameters:
clientToken- The idempotency token for deployment parameters. A unique identifier for the new version.- 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.Builderavoiding the need to create one manually viaDeploymentParameterInput.builder().When the
Consumercompletes,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:
deploymentParameter(DeploymentParameterInput)
-
expirationDate
PutDeploymentParameterRequest.Builder expirationDate(Instant 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
PutDeploymentParameterRequest.Builder productId(String 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
PutDeploymentParameterRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDeploymentParameterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-