@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDiagnosticsOutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
Constructor and Description |
---|
ModelDiagnosticsOutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
ModelDiagnosticsOutputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics
files.
|
ModelDiagnosticsS3OutputConfiguration |
getS3OutputConfiguration()
The Amazon S3 location for the pointwise model diagnostics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics
files.
|
void |
setS3OutputConfiguration(ModelDiagnosticsS3OutputConfiguration s3OutputConfiguration)
The Amazon S3 location for the pointwise model diagnostics.
|
String |
toString()
Returns a string representation of this object.
|
ModelDiagnosticsOutputConfiguration |
withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics
files.
|
ModelDiagnosticsOutputConfiguration |
withS3OutputConfiguration(ModelDiagnosticsS3OutputConfiguration s3OutputConfiguration)
The Amazon S3 location for the pointwise model diagnostics.
|
public void setS3OutputConfiguration(ModelDiagnosticsS3OutputConfiguration s3OutputConfiguration)
The Amazon S3 location for the pointwise model diagnostics.
s3OutputConfiguration
- The Amazon S3 location for the pointwise model diagnostics.public ModelDiagnosticsS3OutputConfiguration getS3OutputConfiguration()
The Amazon S3 location for the pointwise model diagnostics.
public ModelDiagnosticsOutputConfiguration withS3OutputConfiguration(ModelDiagnosticsS3OutputConfiguration s3OutputConfiguration)
The Amazon S3 location for the pointwise model diagnostics.
s3OutputConfiguration
- The Amazon S3 location for the pointwise model diagnostics.public void setKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
kmsKeyId
- The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model
diagnostics files.public String getKmsKeyId()
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
public ModelDiagnosticsOutputConfiguration withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
kmsKeyId
- The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model
diagnostics files.public String toString()
toString
in class Object
Object.toString()
public ModelDiagnosticsOutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.