Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.CreateConnectionResponse.Builder
-
Packages that use CreateConnectionResponse.Builder Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of CreateConnectionResponse.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return CreateConnectionResponse.Builder Modifier and Type Method Description static CreateConnectionResponse.BuilderCreateConnectionResponse. builder()CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. connectionArn(String connectionArn)The Amazon Resource Name (ARN) of the connection to be created.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the resource.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Consumer<Tag.Builder>... tags)Specifies the tags applied to the resource.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Tag... tags)Specifies the tags applied to the resource.CreateConnectionResponse.BuilderCreateConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type CreateConnectionResponse.Builder Modifier and Type Method Description static Class<? extends CreateConnectionResponse.Builder>CreateConnectionResponse. serializableBuilderClass()
-