public static interface CreateHostResponse.Builder extends CodeStarConnectionsResponse.Builder, SdkPojo, CopyableBuilder<CreateHostResponse.Builder,CreateHostResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateHostResponse.Builder |
hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be created.
|
CreateHostResponse.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateHostResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateHostResponse.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHostResponse.Builder hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be created.
hostArn - The Amazon Resource Name (ARN) of the host to be created.CreateHostResponse.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateHostResponse.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateHostResponse.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.