public static interface CreateApplicationRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
Modifier and Type | Method and 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.
|
CreateApplicationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateApplicationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.CreateApplicationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateApplicationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.