Package software.amazon.awscdk
Class GetContextValueResult.Builder
java.lang.Object
software.amazon.awscdk.GetContextValueResult.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GetContextValueResult>
- Enclosing interface:
GetContextValueResult
@Stability(Stable)
public static final class GetContextValueResult.Builder
extends Object
implements software.amazon.jsii.Builder<GetContextValueResult>
A builder for
GetContextValueResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofGetContextValueResult.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
Sets the value ofGetContextValueResult.getValue()
- Parameters:
value
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<GetContextValueResult>
- Returns:
- a new instance of
GetContextValueResult
- Throws:
NullPointerException
- if any required attribute was not provided
-