Class UpdateDeviceFleetRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.UpdateDeviceFleetRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDeviceFleetRequest.Builder,UpdateDeviceFleetRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDeviceFleetRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateDeviceFleetRequest.Builder,UpdateDeviceFleetRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDeviceFleetRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDeviceFleetRequest.Builderbuilder()Stringdescription()Description of the fleet.StringdeviceFleetName()The name of the fleet.BooleanenableIotRoleAlias()Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EdgeOutputConfigoutputConfig()Output configuration for storing sample data collected by the fleet.StringroleArn()The Amazon Resource Name (ARN) of the device.List<SdkField<?>>sdkFields()static Class<? extends UpdateDeviceFleetRequest.Builder>serializableBuilderClass()UpdateDeviceFleetRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceFleetName
public final String deviceFleetName()
The name of the fleet.
- Returns:
- The name of the fleet.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the device.
- Returns:
- The Amazon Resource Name (ARN) of the device.
-
description
public final String description()
Description of the fleet.
- Returns:
- Description of the fleet.
-
outputConfig
public final EdgeOutputConfig outputConfig()
Output configuration for storing sample data collected by the fleet.
- Returns:
- Output configuration for storing sample data collected by the fleet.
-
enableIotRoleAlias
public final Boolean enableIotRoleAlias()
Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".
For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".
- Returns:
- Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the
role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".
For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".
-
toBuilder
public UpdateDeviceFleetRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDeviceFleetRequest.Builder,UpdateDeviceFleetRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static UpdateDeviceFleetRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDeviceFleetRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-