Class CfnPentestPropsMixin.ActorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnPentestPropsMixin.ActorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPentestPropsMixin.ActorProperty>
- Enclosing interface:
CfnPentestPropsMixin.ActorProperty
@Stability(Stable)
public static final class CfnPentestPropsMixin.ActorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPentestPropsMixin.ActorProperty>
A builder for
CfnPentestPropsMixin.ActorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthentication(CfnPentestPropsMixin.AuthenticationProperty authentication) Sets the value ofCfnPentestPropsMixin.ActorProperty.getAuthentication()authentication(IResolvable authentication) Sets the value ofCfnPentestPropsMixin.ActorProperty.getAuthentication()build()Builds the configured instance.description(String description) Sets the value ofCfnPentestPropsMixin.ActorProperty.getDescription()identifier(String identifier) Sets the value ofCfnPentestPropsMixin.ActorProperty.getIdentifier()Sets the value ofCfnPentestPropsMixin.ActorProperty.getUris()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authentication
@Stability(Stable) public CfnPentestPropsMixin.ActorProperty.Builder authentication(IResolvable authentication) Sets the value ofCfnPentestPropsMixin.ActorProperty.getAuthentication()- Parameters:
authentication- the value to be set.- Returns:
this
-
authentication
@Stability(Stable) public CfnPentestPropsMixin.ActorProperty.Builder authentication(CfnPentestPropsMixin.AuthenticationProperty authentication) Sets the value ofCfnPentestPropsMixin.ActorProperty.getAuthentication()- Parameters:
authentication- the value to be set.- Returns:
this
-
description
@Stability(Stable) public CfnPentestPropsMixin.ActorProperty.Builder description(String description) Sets the value ofCfnPentestPropsMixin.ActorProperty.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
identifier
Sets the value ofCfnPentestPropsMixin.ActorProperty.getIdentifier()- Parameters:
identifier- the value to be set.- Returns:
this
-
uris
Sets the value ofCfnPentestPropsMixin.ActorProperty.getUris()- Parameters:
uris- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPentestPropsMixin.ActorProperty>- Returns:
- a new instance of
CfnPentestPropsMixin.ActorProperty - Throws:
NullPointerException- if any required attribute was not provided
-