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