@Stability(value=Stable) public static final class CfnFargateProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFargateProfileProps>
CfnFargateProfileProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFargateProfileProps.Builder clusterName(String clusterName)
CfnFargateProfileProps.getClusterName()clusterName - `AWS::EKS::FargateProfile.ClusterName`. This parameter is required.this@Stability(value=Stable) public CfnFargateProfileProps.Builder podExecutionRoleArn(String podExecutionRoleArn)
CfnFargateProfileProps.getPodExecutionRoleArn()podExecutionRoleArn - `AWS::EKS::FargateProfile.PodExecutionRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnFargateProfileProps.Builder selectors(IResolvable selectors)
CfnFargateProfileProps.getSelectors()selectors - `AWS::EKS::FargateProfile.Selectors`. This parameter is required.this@Stability(value=Stable) public CfnFargateProfileProps.Builder selectors(List<? extends Object> selectors)
CfnFargateProfileProps.getSelectors()selectors - `AWS::EKS::FargateProfile.Selectors`. This parameter is required.this@Stability(value=Stable) public CfnFargateProfileProps.Builder fargateProfileName(String fargateProfileName)
CfnFargateProfileProps.getFargateProfileName()fargateProfileName - `AWS::EKS::FargateProfile.FargateProfileName`.this@Stability(value=Stable) public CfnFargateProfileProps.Builder subnets(List<String> subnets)
CfnFargateProfileProps.getSubnets()subnets - `AWS::EKS::FargateProfile.Subnets`.this@Stability(value=Stable) public CfnFargateProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnFargateProfileProps.getTags()tags - `AWS::EKS::FargateProfile.Tags`.this@Stability(value=Stable) public CfnFargateProfileProps build()
build in interface software.amazon.jsii.Builder<CfnFargateProfileProps>CfnFargateProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.