CopyableBuilder<PlatformApplication.Builder,PlatformApplication>
, SdkBuilder<PlatformApplication.Builder,PlatformApplication>
public static interface PlatformApplication.Builder extends CopyableBuilder<PlatformApplication.Builder,PlatformApplication>
Modifier and Type | Method | Description |
---|---|---|
PlatformApplication.Builder |
attributes(Map<String,String> attributes) |
Attributes for platform application object.
|
PlatformApplication.Builder |
platformApplicationArn(String platformApplicationArn) |
PlatformApplicationArn for platform application object.
|
copy
apply, build
PlatformApplication.Builder platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object.
platformApplicationArn
- PlatformApplicationArn for platform application object.PlatformApplication.Builder attributes(Map<String,String> attributes)
Attributes for platform application object.
attributes
- Attributes for platform application object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.