public static interface VpcConnectionInfoServerless.Builder extends SdkPojo, CopyableBuilder<VpcConnectionInfoServerless.Builder,VpcConnectionInfoServerless>
| Modifier and Type | Method and Description |
|---|---|
VpcConnectionInfoServerless.Builder |
creationTime(Instant creationTime)
The time when Amazon MSK creates the VPC Connnection.
|
VpcConnectionInfoServerless.Builder |
owner(String owner)
The owner of the VPC Connection.
|
default VpcConnectionInfoServerless.Builder |
userIdentity(Consumer<UserIdentity.Builder> userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfoServerless.Builder |
userIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
|
VpcConnectionInfoServerless.Builder |
vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConnectionInfoServerless.Builder creationTime(Instant creationTime)
The time when Amazon MSK creates the VPC Connnection.
creationTime - The time when Amazon MSK creates the VPC Connnection.
VpcConnectionInfoServerless.Builder owner(String owner)
The owner of the VPC Connection.
owner - The owner of the VPC Connection.
VpcConnectionInfoServerless.Builder userIdentity(UserIdentity userIdentity)
Description of the requester that calls the API operation.
userIdentity - Description of the requester that calls the API operation.
default VpcConnectionInfoServerless.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)VpcConnectionInfoServerless.Builder vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) of the VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) of the VPC connection.
Copyright © 2023. All rights reserved.