Interface AssociatedObjectiveSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedObjectiveSummary.Builder,AssociatedObjectiveSummary>,SdkBuilder<AssociatedObjectiveSummary.Builder,AssociatedObjectiveSummary>,SdkPojo
- Enclosing class:
- AssociatedObjectiveSummary
public static interface AssociatedObjectiveSummary.Builder extends SdkPojo, CopyableBuilder<AssociatedObjectiveSummary.Builder,AssociatedObjectiveSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedObjectiveSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the related objective.AssociatedObjectiveSummary.Buildername(String name)The name of the related objective.-
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
AssociatedObjectiveSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the related objective.
- Parameters:
arn- The Amazon Resource Name (ARN) of the related objective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssociatedObjectiveSummary.Builder name(String name)
The name of the related objective.
- Parameters:
name- The name of the related objective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-