Interface GetServiceNetworkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceNetworkResponse.Builder,GetServiceNetworkResponse>,SdkBuilder<GetServiceNetworkResponse.Builder,GetServiceNetworkResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- GetServiceNetworkResponse
public static interface GetServiceNetworkResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkResponse.Builder,GetServiceNetworkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceNetworkResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service network.GetServiceNetworkResponse.BuilderauthType(String authType)The type of IAM policy.GetServiceNetworkResponse.BuilderauthType(AuthType authType)The type of IAM policy.GetServiceNetworkResponse.BuildercreatedAt(Instant createdAt)The date and time that the service network was created, specified in ISO-8601 format.GetServiceNetworkResponse.Builderid(String id)The ID of the service network.GetServiceNetworkResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and time of the last update, specified in ISO-8601 format.GetServiceNetworkResponse.Buildername(String name)The name of the service network.GetServiceNetworkResponse.BuildernumberOfAssociatedServices(Long numberOfAssociatedServices)The number of services associated with the service network.GetServiceNetworkResponse.BuildernumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)The number of VPCs associated with the service network.-
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
GetServiceNetworkResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service network.
- Parameters:
arn- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authType
GetServiceNetworkResponse.Builder authType(String authType)
The type of IAM policy.
-
authType
GetServiceNetworkResponse.Builder authType(AuthType authType)
The type of IAM policy.
-
createdAt
GetServiceNetworkResponse.Builder createdAt(Instant createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the service network was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetServiceNetworkResponse.Builder id(String id)
The ID of the service network.
- Parameters:
id- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
GetServiceNetworkResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time of the last update, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time of the last update, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetServiceNetworkResponse.Builder name(String name)
The name of the service network.
- Parameters:
name- The name of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfAssociatedServices
GetServiceNetworkResponse.Builder numberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
- Parameters:
numberOfAssociatedServices- The number of services associated with the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfAssociatedVPCs
GetServiceNetworkResponse.Builder numberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
- Parameters:
numberOfAssociatedVPCs- The number of VPCs associated with the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-