Interface ServiceNetworkSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNetworkSummary.Builder,,ServiceNetworkSummary> SdkBuilder<ServiceNetworkSummary.Builder,,ServiceNetworkSummary> SdkPojo
- Enclosing class:
ServiceNetworkSummary
@Mutable
@NotThreadSafe
public static interface ServiceNetworkSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceNetworkSummary.Builder,ServiceNetworkSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the service network.The date and time that the service network was created, in ISO-8601 format.The ID of the service network.lastUpdatedAt(Instant lastUpdatedAt) The date and time that the service network was last updated, in ISO-8601 format.The name of the service network.numberOfAssociatedResourceConfigurations(Long numberOfAssociatedResourceConfigurations) The number of resource configurations associated with a service network.numberOfAssociatedServices(Long numberOfAssociatedServices) The number of services associated with the service network.numberOfAssociatedVPCs(Long numberOfAssociatedVPCs) The number of VPCs associated with the service network.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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
The date and time that the service network was created, in ISO-8601 format.
- Parameters:
createdAt- The date and time that the service network was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The date and time that the service network was last updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the service network was last updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
numberOfAssociatedResourceConfigurations
ServiceNetworkSummary.Builder numberOfAssociatedResourceConfigurations(Long numberOfAssociatedResourceConfigurations) The number of resource configurations associated with a service network.
- Parameters:
numberOfAssociatedResourceConfigurations- The number of resource configurations associated with a service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-