Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.Connection.Builder
-
Packages that use Connection.Builder Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of Connection.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return Connection.Builder Modifier and Type Method Description static Connection.BuilderConnection. builder()Connection.BuilderConnection.Builder. connectionArn(String connectionArn)The Amazon Resource Name (ARN) of the connection.Connection.BuilderConnection.Builder. connectionName(String connectionName)The name of the connection.Connection.BuilderConnection.Builder. connectionStatus(String connectionStatus)The current status of the connection.Connection.BuilderConnection.Builder. connectionStatus(ConnectionStatus connectionStatus)The current status of the connection.Connection.BuilderConnection.Builder. hostArn(String hostArn)The Amazon Resource Name (ARN) of the host associated with the connection.Connection.BuilderConnection.Builder. ownerAccountId(String ownerAccountId)The identifier of the external provider where your third-party code repository is configured.Connection.BuilderConnection.Builder. providerType(String providerType)The name of the external provider where your third-party code repository is configured.Connection.BuilderConnection.Builder. providerType(ProviderType providerType)The name of the external provider where your third-party code repository is configured.Connection.BuilderConnection. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type Connection.Builder Modifier and Type Method Description static Class<? extends Connection.Builder>Connection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestarconnections.model with type arguments of type Connection.Builder Modifier and Type Method Description default GetConnectionResponse.BuilderGetConnectionResponse.Builder. connection(Consumer<Connection.Builder> connection)The connection details, such as status, owner, and provider type.
-