public static interface VpcConnectionInfo.Builder extends SdkPojo, CopyableBuilder<VpcConnectionInfo.Builder,VpcConnectionInfo>
| Modifier and Type | Method and Description |
|---|---|
VpcConnectionInfo.Builder |
creationTime(Instant creationTime)
The time when Amazon MSK creates the VPC Connnection.
|
VpcConnectionInfo.Builder |
owner(String owner)
The owner of the VPC Connection.
|
default VpcConnectionInfo.Builder |
userIdentity(Consumer<UserIdentity.Builder> userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfo.Builder |
userIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfo.Builder |
vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConnectionInfo.Builder vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) of the VPC connection.
VpcConnectionInfo.Builder owner(String owner)
The owner of the VPC Connection.
owner - The owner of the VPC Connection.
VpcConnectionInfo.Builder userIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
userIdentity - Description of the requester that calls the API operation.
default VpcConnectionInfo.Builder userIdentity(Consumer<UserIdentity.Builder> userIdentity)
Description of the requester that calls the API operation.
This is a convenience method that creates an instance of theUserIdentity.Builder avoiding the need
to create one manually via UserIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userIdentity(UserIdentity).
userIdentity - a consumer that will call methods on UserIdentity.BuilderuserIdentity(UserIdentity)VpcConnectionInfo.Builder creationTime(Instant creationTime)
The time when Amazon MSK creates the VPC Connnection.
creationTime - The time when Amazon MSK creates the VPC Connnection.
Copyright © 2023. All rights reserved.