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