@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCampaignRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCampaignRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCampaignRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCampaignArn()
The Amazon Resource Name (ARN) of the campaign.
|
CampaignConfig |
getCampaignConfig()
The configuration details of a campaign.
|
Integer |
getMinProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
String |
getSolutionVersionArn()
The Amazon Resource Name (ARN) of a new model to deploy.
|
int |
hashCode() |
void |
setCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
void |
setCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
void |
setMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
void |
setSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of a new model to deploy.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCampaignRequest |
withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
UpdateCampaignRequest |
withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
UpdateCampaignRequest |
withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
UpdateCampaignRequest |
withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of a new model to deploy.
|
addHandlerContext, 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 setCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn
- The Amazon Resource Name (ARN) of the campaign.public String getCampaignArn()
The Amazon Resource Name (ARN) of the campaign.
public UpdateCampaignRequest withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn
- The Amazon Resource Name (ARN) of the campaign.public void setSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your solution,
specify the ARN of your solution in SolutionArn/$LATEST
format. You must use this format if
you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
solutionVersionArn
- The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your
solution, specify the ARN of your solution in SolutionArn/$LATEST
format. You must use
this format if you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
public String getSolutionVersionArn()
The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your solution,
specify the ARN of your solution in SolutionArn/$LATEST
format. You must use this format if
you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
SolutionArn/$LATEST
format. You must
use this format if you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
public UpdateCampaignRequest withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your solution,
specify the ARN of your solution in SolutionArn/$LATEST
format. You must use this format if
you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
solutionVersionArn
- The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your
solution, specify the ARN of your solution in SolutionArn/$LATEST
format. You must use
this format if you set syncWithLatestSolutionVersion
to True
in the CampaignConfig.
To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
public void setMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support. A high minProvisionedTPS
will increase your bill. We recommend starting with 1 for
minProvisionedTPS
(the default). Track your usage using Amazon CloudWatch metrics, and increase the
minProvisionedTPS
as necessary.
minProvisionedTPS
- Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support. A high minProvisionedTPS
will increase your bill. We recommend
starting with 1 for minProvisionedTPS
(the default). Track your usage using Amazon CloudWatch
metrics, and increase the minProvisionedTPS
as necessary.public Integer getMinProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support. A high minProvisionedTPS
will increase your bill. We recommend starting with 1 for
minProvisionedTPS
(the default). Track your usage using Amazon CloudWatch metrics, and increase the
minProvisionedTPS
as necessary.
minProvisionedTPS
will increase your bill. We recommend
starting with 1 for minProvisionedTPS
(the default). Track your usage using Amazon
CloudWatch metrics, and increase the minProvisionedTPS
as necessary.public UpdateCampaignRequest withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support. A high minProvisionedTPS
will increase your bill. We recommend starting with 1 for
minProvisionedTPS
(the default). Track your usage using Amazon CloudWatch metrics, and increase the
minProvisionedTPS
as necessary.
minProvisionedTPS
- Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support. A high minProvisionedTPS
will increase your bill. We recommend
starting with 1 for minProvisionedTPS
(the default). Track your usage using Amazon CloudWatch
metrics, and increase the minProvisionedTPS
as necessary.public void setCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
campaignConfig
- The configuration details of a campaign.public CampaignConfig getCampaignConfig()
The configuration details of a campaign.
public UpdateCampaignRequest withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
campaignConfig
- The configuration details of a campaign.public String toString()
toString
in class Object
Object.toString()
public UpdateCampaignRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()