@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFpgaImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateFpgaImageRequest>
NOOP
Constructor and Description |
---|
CreateFpgaImageRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFpgaImageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A description for the AFI.
|
Request<CreateFpgaImageRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
StorageLocation |
getInputStorageLocation()
The location of the encrypted design checkpoint in Amazon S3.
|
StorageLocation |
getLogsStorageLocation()
The location in Amazon S3 for the output logs.
|
String |
getName()
A name for the AFI.
|
List<TagSpecification> |
getTagSpecifications()
The tags to apply to the FPGA image during creation.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A description for the AFI.
|
void |
setInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
void |
setLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
void |
setName(String name)
A name for the AFI.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
|
String |
toString()
Returns a string representation of this object.
|
CreateFpgaImageRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFpgaImageRequest |
withDescription(String description)
A description for the AFI.
|
CreateFpgaImageRequest |
withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest |
withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest |
withName(String name)
A name for the AFI.
|
CreateFpgaImageRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
|
CreateFpgaImageRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the FPGA image during creation.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
inputStorageLocation
- The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.public StorageLocation getInputStorageLocation()
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
public CreateFpgaImageRequest withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
inputStorageLocation
- The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.public void setLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation
- The location in Amazon S3 for the output logs.public StorageLocation getLogsStorageLocation()
The location in Amazon S3 for the output logs.
public CreateFpgaImageRequest withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation
- The location in Amazon S3 for the output logs.public void setDescription(String description)
A description for the AFI.
description
- A description for the AFI.public String getDescription()
A description for the AFI.
public CreateFpgaImageRequest withDescription(String description)
A description for the AFI.
description
- A description for the AFI.public void setName(String name)
A name for the AFI.
name
- A name for the AFI.public String getName()
A name for the AFI.
public CreateFpgaImageRequest withName(String name)
A name for the AFI.
name
- A name for the AFI.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
public CreateFpgaImageRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.public List<TagSpecification> getTagSpecifications()
The tags to apply to the FPGA image during creation.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
tagSpecifications
- The tags to apply to the FPGA image during creation.public CreateFpgaImageRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the FPGA image during creation.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to apply to the FPGA image during creation.public CreateFpgaImageRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
tagSpecifications
- The tags to apply to the FPGA image during creation.public Request<CreateFpgaImageRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateFpgaImageRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateFpgaImageRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.