@Stability(value=Stable) public static final class CfnTagAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTagAssociationProps>
CfnTagAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagAssociationProps |
build()
Builds the configured instance.
|
CfnTagAssociationProps.Builder |
lfTags(IResolvable lfTags)
Sets the value of
CfnTagAssociationProps.getLfTags() |
CfnTagAssociationProps.Builder |
lfTags(List<? extends Object> lfTags)
Sets the value of
CfnTagAssociationProps.getLfTags() |
CfnTagAssociationProps.Builder |
resource(CfnTagAssociation.ResourceProperty resource)
Sets the value of
CfnTagAssociationProps.getResource() |
CfnTagAssociationProps.Builder |
resource(IResolvable resource)
Sets the value of
CfnTagAssociationProps.getResource() |
@Stability(value=Stable) public CfnTagAssociationProps.Builder lfTags(IResolvable lfTags)
CfnTagAssociationProps.getLfTags()lfTags - `AWS::LakeFormation::TagAssociation.LFTags`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociationProps.Builder lfTags(List<? extends Object> lfTags)
CfnTagAssociationProps.getLfTags()lfTags - `AWS::LakeFormation::TagAssociation.LFTags`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociationProps.Builder resource(CfnTagAssociation.ResourceProperty resource)
CfnTagAssociationProps.getResource()resource - `AWS::LakeFormation::TagAssociation.Resource`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociationProps.Builder resource(IResolvable resource)
CfnTagAssociationProps.getResource()resource - `AWS::LakeFormation::TagAssociation.Resource`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnTagAssociationProps>CfnTagAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.