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)
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.