Interface NetworkAnalyzerConfigurations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkAnalyzerConfigurations.Builder,
,NetworkAnalyzerConfigurations> SdkBuilder<NetworkAnalyzerConfigurations.Builder,
,NetworkAnalyzerConfigurations> SdkPojo
- Enclosing class:
NetworkAnalyzerConfigurations
public static interface NetworkAnalyzerConfigurations.Builder
extends SdkPojo, CopyableBuilder<NetworkAnalyzerConfigurations.Builder,NetworkAnalyzerConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the new resource.Sets the value of the Name property for this object.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
-
arn
The Amazon Resource Name of the new resource.
- Parameters:
arn
- The Amazon Resource Name of the new resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-