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