public static final class CfnPartnerAccountProps.Builder
extends java.lang.Object
CfnPartnerAccountProps
Constructor and Description |
---|
Builder() |
public CfnPartnerAccountProps.Builder accountLinked(java.lang.Boolean accountLinked)
CfnPartnerAccountProps.getAccountLinked()
accountLinked
- `AWS::IoTWireless::PartnerAccount.AccountLinked`.this
public CfnPartnerAccountProps.Builder accountLinked(IResolvable accountLinked)
CfnPartnerAccountProps.getAccountLinked()
accountLinked
- `AWS::IoTWireless::PartnerAccount.AccountLinked`.this
public CfnPartnerAccountProps.Builder fingerprint(java.lang.String fingerprint)
CfnPartnerAccountProps.getFingerprint()
fingerprint
- `AWS::IoTWireless::PartnerAccount.Fingerprint`.this
public CfnPartnerAccountProps.Builder partnerAccountId(java.lang.String partnerAccountId)
CfnPartnerAccountProps.getPartnerAccountId()
partnerAccountId
- The ID of the partner account to update.this
public CfnPartnerAccountProps.Builder partnerType(java.lang.String partnerType)
CfnPartnerAccountProps.getPartnerType()
partnerType
- `AWS::IoTWireless::PartnerAccount.PartnerType`.this
public CfnPartnerAccountProps.Builder sidewalk(IResolvable sidewalk)
CfnPartnerAccountProps.getSidewalk()
sidewalk
- The Sidewalk account credentials.this
public CfnPartnerAccountProps.Builder sidewalk(CfnPartnerAccount.SidewalkAccountInfoProperty sidewalk)
CfnPartnerAccountProps.getSidewalk()
sidewalk
- The Sidewalk account credentials.this
public CfnPartnerAccountProps.Builder sidewalkUpdate(IResolvable sidewalkUpdate)
CfnPartnerAccountProps.getSidewalkUpdate()
sidewalkUpdate
- `AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.this
public CfnPartnerAccountProps.Builder sidewalkUpdate(CfnPartnerAccount.SidewalkUpdateAccountProperty sidewalkUpdate)
CfnPartnerAccountProps.getSidewalkUpdate()
sidewalkUpdate
- `AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.this
public CfnPartnerAccountProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnPartnerAccountProps.getTags()
tags
- The tags are an array of key-value pairs to attach to the specified resource.
Tags can have a minimum of 0 and a maximum of 50 items.this
public CfnPartnerAccountProps build()
CfnPartnerAccountProps
java.lang.NullPointerException
- if any required attribute was not provided