@Stability(value=Stable) public static final class CfnIdentityPool.PushSyncProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityPool.PushSyncProperty>
CfnIdentityPool.PushSyncProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnIdentityPool.PushSyncProperty.Builder |
applicationArns(List<String> applicationArns)
Sets the value of
CfnIdentityPool.PushSyncProperty.getApplicationArns() |
CfnIdentityPool.PushSyncProperty |
build()
Builds the configured instance.
|
CfnIdentityPool.PushSyncProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnIdentityPool.PushSyncProperty.getRoleArn() |
@Stability(value=Stable) public CfnIdentityPool.PushSyncProperty.Builder applicationArns(List<String> applicationArns)
CfnIdentityPool.PushSyncProperty.getApplicationArns()
applicationArns
- `CfnIdentityPool.PushSyncProperty.ApplicationArns`.this
@Stability(value=Stable) public CfnIdentityPool.PushSyncProperty.Builder roleArn(String roleArn)
CfnIdentityPool.PushSyncProperty.getRoleArn()
roleArn
- `CfnIdentityPool.PushSyncProperty.RoleArn`.this
@Stability(value=Stable) public CfnIdentityPool.PushSyncProperty build()
build
in interface software.amazon.jsii.Builder<CfnIdentityPool.PushSyncProperty>
CfnIdentityPool.PushSyncProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.