Interface CreateServiceNetworkVpcAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateServiceNetworkVpcAssociationResponse.Builder,CreateServiceNetworkVpcAssociationResponse>,SdkBuilder<CreateServiceNetworkVpcAssociationResponse.Builder,CreateServiceNetworkVpcAssociationResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- CreateServiceNetworkVpcAssociationResponse
public static interface CreateServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkVpcAssociationResponse.Builder,CreateServiceNetworkVpcAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateServiceNetworkVpcAssociationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the association.CreateServiceNetworkVpcAssociationResponse.BuildercreatedBy(String createdBy)The account that created the association.CreateServiceNetworkVpcAssociationResponse.Builderid(String id)The ID of the association.CreateServiceNetworkVpcAssociationResponse.BuildersecurityGroupIds(String... securityGroupIds)The IDs of the security groups.CreateServiceNetworkVpcAssociationResponse.BuildersecurityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups.CreateServiceNetworkVpcAssociationResponse.Builderstatus(String status)The operation's status.CreateServiceNetworkVpcAssociationResponse.Builderstatus(ServiceNetworkVpcAssociationStatus status)The operation's status.-
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
CreateServiceNetworkVpcAssociationResponse.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.
-
createdBy
CreateServiceNetworkVpcAssociationResponse.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.
-
id
CreateServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the association.
- Parameters:
id- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
CreateServiceNetworkVpcAssociationResponse.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
CreateServiceNetworkVpcAssociationResponse.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.
-
status
CreateServiceNetworkVpcAssociationResponse.Builder status(String status)
The operation's status.
- Parameters:
status- The operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
status
CreateServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The operation's status.
- Parameters:
status- The operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
-