Class MissingContext.Builder
java.lang.Object
software.amazon.awscdk.cloudassembly.schema.MissingContext.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MissingContext>
- Enclosing interface:
- MissingContext
@Stability(Stable)
public static final class MissingContext.Builder
extends Object
implements software.amazon.jsii.Builder<MissingContext>
A builder for
MissingContext-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofMissingContext.getKey()props(AmiContextQuery props) Sets the value ofMissingContext.getProps()Sets the value ofMissingContext.getProps()Sets the value ofMissingContext.getProps()props(HostedZoneContextQuery props) Sets the value ofMissingContext.getProps()props(KeyContextQuery props) Sets the value ofMissingContext.getProps()props(LoadBalancerContextQuery props) Sets the value ofMissingContext.getProps()Sets the value ofMissingContext.getProps()props(PluginContextQuery props) Sets the value ofMissingContext.getProps()props(SecurityGroupContextQuery props) Sets the value ofMissingContext.getProps()props(SSMParameterContextQuery props) Sets the value ofMissingContext.getProps()props(VpcContextQuery props) Sets the value ofMissingContext.getProps()provider(ContextProvider provider) Sets the value ofMissingContext.getProvider()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofMissingContext.getKey()- Parameters:
key- The missing context key. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
@Stability(Stable) public MissingContext.Builder props(EndpointServiceAvailabilityZonesContextQuery props) Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
props
Sets the value ofMissingContext.getProps()- Parameters:
props- A set of provider-specific options. This parameter is required.- Returns:
this
-
provider
Sets the value ofMissingContext.getProvider()- Parameters:
provider- The provider from which we expect this context key to be obtained. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MissingContext>- Returns:
- a new instance of
MissingContext - Throws:
NullPointerException- if any required attribute was not provided
-