Interface IamPolicyConstraints.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<IamPolicyConstraints.Builder,IamPolicyConstraints>
,SdkBuilder<IamPolicyConstraints.Builder,IamPolicyConstraints>
,SdkPojo
- Enclosing class:
- IamPolicyConstraints
public static interface IamPolicyConstraints.Builder extends SdkPojo, CopyableBuilder<IamPolicyConstraints.Builder,IamPolicyConstraints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamPolicyConstraints.Builder
sourceIp(String sourceIp)
WhenSourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL.IamPolicyConstraints.Builder
sourceIp(EnabledOrDisabled sourceIp)
WhenSourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL.IamPolicyConstraints.Builder
vpcSourceIp(String vpcSourceIp)
WhenVpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL.IamPolicyConstraints.Builder
vpcSourceIp(EnabledOrDisabled vpcSourceIp)
WhenVpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceIp
IamPolicyConstraints.Builder sourceIp(String sourceIp)
When
SourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal.- Parameters:
sourceIp
- WhenSourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnabledOrDisabled
,EnabledOrDisabled
-
sourceIp
IamPolicyConstraints.Builder sourceIp(EnabledOrDisabled sourceIp)
When
SourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal.- Parameters:
sourceIp
- WhenSourceIp
isEnabled
the worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. This IP address is checked by Amazon S3 and must match in order for the Amazon S3 resource to be rendered in the worker portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnabledOrDisabled
,EnabledOrDisabled
-
vpcSourceIp
IamPolicyConstraints.Builder vpcSourceIp(String vpcSourceIp)
When
VpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see Use Amazon VPC mode from a private worker portal.- Parameters:
vpcSourceIp
- WhenVpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see Use Amazon VPC mode from a private worker portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnabledOrDisabled
,EnabledOrDisabled
-
vpcSourceIp
IamPolicyConstraints.Builder vpcSourceIp(EnabledOrDisabled vpcSourceIp)
When
VpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see Use Amazon VPC mode from a private worker portal.- Parameters:
vpcSourceIp
- WhenVpcSourceIp
isEnabled
the worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aCondition
used to generate the Amazon S3 presigned URL. To render the task successfully Amazon S3 checks that the presigned URL is being accessed over an Amazon S3 VPC Endpoint, and that the worker's IP address matches the IP address in the IAM policy. To learn more about configuring private worker portal, see Use Amazon VPC mode from a private worker portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnabledOrDisabled
,EnabledOrDisabled
-
-