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