Class SSMParameterContextQuery.Builder
java.lang.Object
software.amazon.awscdk.cloudassembly.schema.SSMParameterContextQuery.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<SSMParameterContextQuery>
- Enclosing interface:
 - SSMParameterContextQuery
 
@Stability(Stable)
public static final class SSMParameterContextQuery.Builder
extends Object
implements software.amazon.jsii.Builder<SSMParameterContextQuery>
A builder for 
SSMParameterContextQuery- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSets the value ofSSMParameterContextQuery.getAccount()build()Builds the configured instance.lookupRoleArn(String lookupRoleArn) Sets the value ofSSMParameterContextQuery.getLookupRoleArn()parameterName(String parameterName) Sets the value ofSSMParameterContextQuery.getParameterName()Sets the value ofSSMParameterContextQuery.getRegion() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
account
Sets the value ofSSMParameterContextQuery.getAccount()- Parameters:
 account- Query account. This parameter is required.- Returns:
 this
 - 
parameterName
Sets the value ofSSMParameterContextQuery.getParameterName()- Parameters:
 parameterName- Parameter name to query. This parameter is required.- Returns:
 this
 - 
region
Sets the value ofSSMParameterContextQuery.getRegion()- Parameters:
 region- Query region. This parameter is required.- Returns:
 this
 - 
lookupRoleArn
Sets the value ofSSMParameterContextQuery.getLookupRoleArn()- Parameters:
 lookupRoleArn- The ARN of the role that should be used to look up the missing values.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<SSMParameterContextQuery>- Returns:
 - a new instance of 
SSMParameterContextQuery - Throws:
 NullPointerException- if any required attribute was not provided
 
 -