| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
static GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.builder() |
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.createdBy(String createdBy)
The account that created the association.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.failureCode(String failureCode)
The failure code.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.failureMessage(String failureMessage)
The failure message.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.id(String id)
The ID of the specified association between the service network and the VPC.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.serviceNetworkId(String serviceNetworkId)
The ID of the service network.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.serviceNetworkName(String serviceNetworkName)
The name of the service network.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status of the association.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.status(String status)
The status of the association.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.toBuilder() |
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetServiceNetworkVpcAssociationResponse.Builder> |
GetServiceNetworkVpcAssociationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.