CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
, SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
public static interface CreateApplicationRequest.Builder extends CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateApplicationRequest.Builder |
description(String description) |
Description of the application to be created.
|
CreateApplicationRequest.Builder |
name(String name) |
Name of the application to be created.
|
copy
apply, build
CreateApplicationRequest.Builder name(String name)
Name of the application to be created.
name
- Name of the application to be created.CreateApplicationRequest.Builder description(String description)
Description of the application to be created.
description
- Description of the application to be created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.