Interface GetServiceNetworkVpcAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceNetworkVpcAssociationResponse.Builder,GetServiceNetworkVpcAssociationResponse>,SdkBuilder<GetServiceNetworkVpcAssociationResponse.Builder,GetServiceNetworkVpcAssociationResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- GetServiceNetworkVpcAssociationResponse
public static interface GetServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkVpcAssociationResponse.Builder,GetServiceNetworkVpcAssociationResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
GetServiceNetworkVpcAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetServiceNetworkVpcAssociationResponse.Builder createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the association was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetServiceNetworkVpcAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
- Parameters:
createdBy- The account that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
GetServiceNetworkVpcAssociationResponse.Builder failureCode(String failureCode)
The failure code.
- Parameters:
failureCode- The failure code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
GetServiceNetworkVpcAssociationResponse.Builder failureMessage(String failureMessage)
The failure message.
- Parameters:
failureMessage- The failure message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the specified association between the service network and the VPC.
- Parameters:
id- The ID of the specified association between the service network and the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
GetServiceNetworkVpcAssociationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the association was last updated, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
GetServiceNetworkVpcAssociationResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
- Parameters:
securityGroupIds- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
GetServiceNetworkVpcAssociationResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
- Parameters:
securityGroupIds- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkArn
GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
- Parameters:
serviceNetworkArn- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkId
GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
- Parameters:
serviceNetworkId- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkName
GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
- Parameters:
serviceNetworkName- The name of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetServiceNetworkVpcAssociationResponse.Builder status(String status)
The status of the association.
- Parameters:
status- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
status
GetServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The status of the association.
- Parameters:
status- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
vpcId
GetServiceNetworkVpcAssociationResponse.Builder vpcId(String vpcId)
The ID of the VPC.
- Parameters:
vpcId- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-