MissingContext
Represents a missing piece of context.
Initializer
import com.aliyun.ros.cdk.assembly.schema.MissingContext;
MissingContext.builder()
.key(java.lang.String)
.props(AmiContextQuery)
.props(AvailabilityZonesContextQuery)
.props(HostedZoneContextQuery)
.props(SSMParameterContextQuery)
.props(VpcContextQuery)
.props(EndpointServiceAvailabilityZonesContextQuery)
.provider(ContextProvider)
.build();
Properties
Name | Type | Description |
---|---|---|
key |
java.lang.String |
The missing context key. |
props |
AmiContextQuery OR AvailabilityZonesContextQuery OR HostedZoneContextQuery OR SSMParameterContextQuery OR VpcContextQuery OR EndpointServiceAvailabilityZonesContextQuery |
A set of provider-specific options. |
provider |
ContextProvider |
The provider from which we expect this context key to be obtained. |
key
Required
public java.lang.String getKey();
- Type: java.lang.String
The missing context key.
props
Required
public java.lang.Object getProps();
- Type: AmiContextQuery OR AvailabilityZonesContextQuery OR HostedZoneContextQuery OR SSMParameterContextQuery OR VpcContextQuery OR EndpointServiceAvailabilityZonesContextQuery
A set of provider-specific options.
provider
Required
public ContextProvider getProvider();
- Type: ContextProvider
The provider from which we expect this context key to be obtained.