Interface TraversedComponent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TraversedComponent.Builder,
,TraversedComponent> SdkBuilder<TraversedComponent.Builder,
,TraversedComponent> SdkPojo
- Enclosing class:
TraversedComponent
@Mutable
@NotThreadSafe
public static interface TraversedComponent.Builder
extends SdkPojo, CopyableBuilder<TraversedComponent.Builder,TraversedComponent>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentArn
(String componentArn) The Amazon Resource Name (ARN) of a tranversed component.componentId
(String componentId) The identifier for the traversed component.componentType
(String componentType) The type of component that was traversed.serviceName
(String serviceName) The service name for the traversed component.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, sdkFieldNameToField, sdkFields
-
Method Details
-
componentId
The identifier for the traversed component.
- Parameters:
componentId
- The identifier for the traversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentType
The type of component that was traversed.
- Parameters:
componentType
- The type of component that was traversed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentArn
The Amazon Resource Name (ARN) of a tranversed component.
- Parameters:
componentArn
- The Amazon Resource Name (ARN) of a tranversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The service name for the traversed component.
- Parameters:
serviceName
- The service name for the traversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-