| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionInfo.Builder |
VpcConnectionInfo.builder() |
VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.creationTime(Instant creationTime)
The time when Amazon MSK creates the VPC Connnection.
|
VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.owner(String owner)
The owner of the VPC Connection.
|
VpcConnectionInfo.Builder |
VpcConnectionInfo.toBuilder() |
default VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.userIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfo.Builder |
VpcConnectionInfo.Builder.vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConnectionInfo.Builder> |
VpcConnectionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
default ClusterOperationV2Provisioned.Builder |
ClusterOperationV2Provisioned.Builder.vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
Copyright © 2023. All rights reserved.