Interface NetworkInsightsAccessScope.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInsightsAccessScope.Builder,
,NetworkInsightsAccessScope> SdkBuilder<NetworkInsightsAccessScope.Builder,
,NetworkInsightsAccessScope> SdkPojo
- Enclosing class:
NetworkInsightsAccessScope
public static interface NetworkInsightsAccessScope.Builder
extends SdkPojo, CopyableBuilder<NetworkInsightsAccessScope.Builder,NetworkInsightsAccessScope>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The creation date.networkInsightsAccessScopeArn
(String networkInsightsAccessScopeArn) The Amazon Resource Name (ARN) of the Network Access Scope.networkInsightsAccessScopeId
(String networkInsightsAccessScopeId) The ID of the Network Access Scope.tags
(Collection<Tag> tags) The tags.tags
(Consumer<Tag.Builder>... tags) The tags.The tags.updatedDate
(Instant updatedDate) The last updated date.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 Details
-
networkInsightsAccessScopeId
NetworkInsightsAccessScope.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId) The ID of the Network Access Scope.
- Parameters:
networkInsightsAccessScopeId
- The ID of the Network Access Scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsAccessScopeArn
NetworkInsightsAccessScope.Builder networkInsightsAccessScopeArn(String networkInsightsAccessScopeArn) The Amazon Resource Name (ARN) of the Network Access Scope.
- Parameters:
networkInsightsAccessScopeArn
- The Amazon Resource Name (ARN) of the Network Access Scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The creation date.
- Parameters:
createdDate
- The creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedDate
The last updated date.
- Parameters:
updatedDate
- The last updated date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags.
- Parameters:
tags
- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags.
- Parameters:
tags
- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-