static IamPolicyConstraints.Builder |
IamPolicyConstraints.builder() |
|
IamPolicyConstraints.Builder |
IamPolicyConstraints.Builder.sourceIp(String sourceIp) |
When SourceIp is Enabled the worker's IP address when a task is rendered in the
worker portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned
URL.
|
IamPolicyConstraints.Builder |
IamPolicyConstraints.Builder.sourceIp(EnabledOrDisabled sourceIp) |
When SourceIp is Enabled the worker's IP address when a task is rendered in the
worker portal is added to the IAM policy as a Condition used to generate the Amazon S3 presigned
URL.
|
IamPolicyConstraints.Builder |
IamPolicyConstraints.toBuilder() |
|
IamPolicyConstraints.Builder |
IamPolicyConstraints.Builder.vpcSourceIp(String vpcSourceIp) |
When VpcSourceIp is Enabled the worker's IP address when a task is rendered in
private worker portal inside the VPC is added to the IAM policy as a Condition used to generate
the Amazon S3 presigned URL.
|
IamPolicyConstraints.Builder |
IamPolicyConstraints.Builder.vpcSourceIp(EnabledOrDisabled vpcSourceIp) |
When VpcSourceIp is Enabled the worker's IP address when a task is rendered in
private worker portal inside the VPC is added to the IAM policy as a Condition used to generate
the Amazon S3 presigned URL.
|