Class CfnSitePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.outposts.CfnSitePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSitePropsMixin>
- Enclosing class:
CfnSitePropsMixin
@Stability(Stable)
public static final class CfnSitePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSitePropsMixin>
A fluent builder for
CfnSitePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSitePropsMixin.Buildercreate()static CfnSitePropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) operatingAddress(CfnSitePropsMixin.AddressProperty operatingAddress) operatingAddress(IResolvable operatingAddress) rackPhysicalProperties(CfnSitePropsMixin.RackPhysicalPropertiesProperty rackPhysicalProperties) rackPhysicalProperties(IResolvable rackPhysicalProperties) shippingAddress(CfnSitePropsMixin.AddressProperty shippingAddress) shippingAddress(IResolvable shippingAddress)
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSitePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSitePropsMixin.Builder.
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
notes
- Parameters:
notes- This parameter is required.- Returns:
this- See Also:
-
operatingAddress
- Parameters:
operatingAddress- This parameter is required.- Returns:
this- See Also:
-
operatingAddress
@Stability(Stable) public CfnSitePropsMixin.Builder operatingAddress(CfnSitePropsMixin.AddressProperty operatingAddress) - Parameters:
operatingAddress- This parameter is required.- Returns:
this- See Also:
-
rackPhysicalProperties
@Stability(Stable) public CfnSitePropsMixin.Builder rackPhysicalProperties(IResolvable rackPhysicalProperties) - Parameters:
rackPhysicalProperties- This parameter is required.- Returns:
this- See Also:
-
rackPhysicalProperties
@Stability(Stable) public CfnSitePropsMixin.Builder rackPhysicalProperties(CfnSitePropsMixin.RackPhysicalPropertiesProperty rackPhysicalProperties) - Parameters:
rackPhysicalProperties- This parameter is required.- Returns:
this- See Also:
-
shippingAddress
- Parameters:
shippingAddress- This parameter is required.- Returns:
this- See Also:
-
shippingAddress
@Stability(Stable) public CfnSitePropsMixin.Builder shippingAddress(CfnSitePropsMixin.AddressProperty shippingAddress) - Parameters:
shippingAddress- This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSitePropsMixin>- Returns:
- a newly built instance of
CfnSitePropsMixin.
-