@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceAccessControlAttributeConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInstanceAccessControlAttributeConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInstanceAccessControlAttributeConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
InstanceAccessControlAttributeConfiguration |
getInstanceAccessControlAttributeConfiguration()
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration.
|
String |
getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
int |
hashCode() |
void |
setInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration.
|
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceAccessControlAttributeConfigurationRequest |
withInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration.
|
CreateInstanceAccessControlAttributeConfigurationRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
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 CreateInstanceAccessControlAttributeConfigurationRequest()
public void setInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
instanceAccessControlAttributeConfiguration
- Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using
an external identity provider as an identity source, you can pass attributes through the SAML assertion.
Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If
a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with
the value from the IAM Identity Center identity store.public InstanceAccessControlAttributeConfiguration getInstanceAccessControlAttributeConfiguration()
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
public CreateInstanceAccessControlAttributeConfigurationRequest withInstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
instanceAccessControlAttributeConfiguration
- Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using
an external identity provider as an identity source, you can pass attributes through the SAML assertion.
Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If
a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with
the value from the IAM Identity Center identity store.public void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public String getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
public CreateInstanceAccessControlAttributeConfigurationRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public String toString()
toString
in class Object
Object.toString()
public CreateInstanceAccessControlAttributeConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()